new SkeletonClipNode(clip)
Parameters:
Name | Type | Description |
---|---|---|
clip |
AnimationClip | The animation clip to be played. |
- See:
Properties:
Name | Type | Description |
---|---|---|
timeScale |
number | A value to control the playback speed. |
time |
number | The current time in milliseconds of the play head. |
Extends
Members
-
name
-
The name of the node, by which it can be retrieved from
SkeletonBlendTree
andSkeletonAnimation
- Inherited From:
Methods
-
play()
-
Starts playback.
-
stop()
-
Pauses playback.