Skip to content

Documentation / scene / AnimationTimeRef

Type Alias: AnimationTimeRef

AnimationTimeRef = number | { time: number; } | { frame: number; fps?: number; } | { marker: string; }

Defined in: libs/scene/src/animation/animation.ts:9

A serializable reference to a point on an animation clip timeline.

Released under the MIT License.