mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts][player] Interface for per animation viewport config.
This commit is contained in:
parent
db7d6b2cc2
commit
8610fd5446
10
spine-ts/build/spine-widget.d.ts
vendored
10
spine-ts/build/spine-widget.d.ts
vendored
@ -1712,6 +1712,16 @@ declare module spine {
|
|||||||
padRight: string;
|
padRight: string;
|
||||||
padTop: string;
|
padTop: string;
|
||||||
padBottom: string;
|
padBottom: string;
|
||||||
|
animations: Map<{
|
||||||
|
x: number;
|
||||||
|
y: number;
|
||||||
|
width: number;
|
||||||
|
height: number;
|
||||||
|
padLeft: string;
|
||||||
|
padRight: string;
|
||||||
|
padTop: string;
|
||||||
|
padBottom: string;
|
||||||
|
}>;
|
||||||
};
|
};
|
||||||
alpha: boolean;
|
alpha: boolean;
|
||||||
backgroundColor: string;
|
backgroundColor: string;
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -79,6 +79,16 @@
|
|||||||
padRight: string
|
padRight: string
|
||||||
padTop: string
|
padTop: string
|
||||||
padBottom: string
|
padBottom: string
|
||||||
|
animations: Map<{
|
||||||
|
x: number,
|
||||||
|
y: number,
|
||||||
|
width: number,
|
||||||
|
height: number,
|
||||||
|
padLeft: string,
|
||||||
|
padRight: string,
|
||||||
|
padTop: string,
|
||||||
|
padBottom: string,
|
||||||
|
}>
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Optional: whether the canvas should be transparent. Default: false. */
|
/* Optional: whether the canvas should be transparent. Default: false. */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user