mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-24 10:41:24 +08:00
8 lines
164 B
TypeScript
8 lines
164 B
TypeScript
declare namespace SDK {
|
|
class ILayout {
|
|
GetName(): string;
|
|
GetProject(): SDK.IProject;
|
|
GetEventSheet(): SDK.IEventSheet;
|
|
GetAllLayers(): SDK.ILayer[];
|
|
}
|
|
} |