Skip to content

Documentation / scene / AnimationPlaybackEvent

Type Alias: AnimationPlaybackEvent

AnimationPlaybackEvent = object

Defined in: libs/scene/src/animation/animationset.ts:182

Properties

playback

playback: AnimationPlayback

Defined in: libs/scene/src/animation/animationset.ts:183


animationSet

animationSet: AnimationSet

Defined in: libs/scene/src/animation/animationset.ts:184


clip

clip: AnimationClip

Defined in: libs/scene/src/animation/animationset.ts:185


time

time: number

Defined in: libs/scene/src/animation/animationset.ts:186


normalizedTime

normalizedTime: number

Defined in: libs/scene/src/animation/animationset.ts:187

Released under the MIT License.