Interface PBAnimationState

Hierarchy

  • PBAnimationState

Properties

clip: string

the animation path in the files array of the scene manifest

loop?: boolean

whether the animation repeats (**) until is manually stopped (default: true)

playing?: boolean

whether this animation is currently playing

shouldReset?: boolean

whether the animation is restored to the initial state (*) when it changes from stopped to playing (default: false)

speed?: number

the playback speed (default: 1.0)

weight?: number

the "weight" of this animation (see below, default: 1.0)