Scripting API
AnimationModule
AnimationClip

AnimationClip

The AnimationClip class gives you access to the name, duration and identifier of each animation clip.

Example

Properties

PropertyDescription
duration
(get) duration: ScalarSignal
(set) (Not Available)


Get signal that represents overall duration of this clip.
identifier
(get) identifier: string
(set) (Not Available)


Unique identifier of this animation clip.
name
(get) name: string
(set) (Not Available)


Name of this animation clip.

Methods

This module exposes no methods.