mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-20 08:46:43 +08:00
8 lines
384 B
TypeScript
8 lines
384 B
TypeScript
type EditorACParameterType = number | string | SDK.IObjectClass;
|
|
|
|
declare namespace SDK {
|
|
class IEventBlock extends IEventParentRow {
|
|
AddCondition(iObjectClass: SDK.IObjectClass, iBehaviorType: null, cndId: string, params?: EditorACParameterType[]): void;
|
|
AddAction(iObjectClass: SDK.IObjectClass, iBehaviorType: null, actId: string, params?: EditorACParameterType[]): void;
|
|
}
|
|
} |