new SkeletonClipNode(clip)
Parameters:
Name | Type | Description |
---|---|---|
clip |
AnimationClip | The animation clip to be played. |
- See:
Properties:
Name | Type | Description |
---|---|---|
looping |
bool | Determines whether the animation should loop or not. By default, it uses the value determined by the AnimationClip, but can be overridden. |
duration |
number | The duration of the clip. |
playbackRate |
number | A value to control the playback speed. |
time |
number | The current time in milliseconds of the play head. |
Extends
Methods
-
play()
-
Starts playback.
-
stop()
-
Pauses playback.