Interface PlayAnimationOptionsBeta

Contains additional options for how an animation is played.

Hierarchy

  • PlayAnimationOptions

Properties

blendOutTime?: number

Remarks

Amount of time to fade out after an animation stops.

controller?: string

Remarks

Specifies a controller to use that has been defined on the entity.

nextState?: string

Remarks

Specifies the state to transition to.

stopExpression?: string

Remarks

Specifies a Molang expression for when this animation should complete.