Skip to content

@orillusion/core


Interface: StateDef

Defined in: src/components/anim/graph/StateMachine.ts:43

Properties

name

name: string

Defined in: src/components/anim/graph/StateMachine.ts:44


clip

clip: string

Defined in: src/components/anim/graph/StateMachine.ts:46

Clip name to play in this state.


speed?

optional speed?: number

Defined in: src/components/anim/graph/StateMachine.ts:48

Optional time scale for this state's clip. Defaults to 1.


transitions

transitions: TransitionDef[]

Defined in: src/components/anim/graph/StateMachine.ts:49