mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-13 02:28:44 +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;
|
||||
padTop: string;
|
||||
padBottom: string;
|
||||
animations: Map<{
|
||||
x: number;
|
||||
y: number;
|
||||
width: number;
|
||||
height: number;
|
||||
padLeft: string;
|
||||
padRight: string;
|
||||
padTop: string;
|
||||
padBottom: string;
|
||||
}>;
|
||||
};
|
||||
alpha: boolean;
|
||||
backgroundColor: string;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@ -79,6 +79,16 @@
|
||||
padRight: string
|
||||
padTop: 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. */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user