跳转到内容

AnimClipEventData

此内容尚不支持你的语言。

Defined in: animation/AnimClipLoader.ts:54

A frame event: as the playhead crosses frame, the runtime fires name (with optional data) to any listener. Added in format 1.3; the runtime (SpriteAnimator) always supported events, only the format/editor did not.

optional data?: unknown

Defined in: animation/AnimClipLoader.ts:57


frame: number

Defined in: animation/AnimClipLoader.ts:55


name: string

Defined in: animation/AnimClipLoader.ts:56