mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[ts] Player, create DOM first so any errors can be shown.
This commit is contained in:
parent
b3c405e9ca
commit
7708e9a5a3
4
spine-ts/build/spine-player.d.ts
vendored
4
spine-ts/build/spine-player.d.ts
vendored
@ -1682,7 +1682,7 @@ declare module spine {
|
||||
interface SpinePlayerConfig {
|
||||
jsonUrl: string;
|
||||
jsonField: string;
|
||||
skelUrl: string;
|
||||
binaryUrl: string;
|
||||
atlasUrl: string;
|
||||
rawDataURIs: Map<string>;
|
||||
animation: string;
|
||||
@ -1777,7 +1777,7 @@ declare module spine {
|
||||
private viewportTransitionStart;
|
||||
constructor(parent: HTMLElement | string, config: SpinePlayerConfig);
|
||||
private validateConfig;
|
||||
private create;
|
||||
private initialize;
|
||||
private loadSkeleton;
|
||||
private setupInput;
|
||||
play(): void;
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user