AnimState
info
- This class is only available on LocalAvatarScripts and LocalScripts
This class allows developers to modify and control Animation Blending.
Properties
| Property Name | Type | Description |
|---|---|---|
| Name | string | Returns the name of the Animation (Readonly) |
| Speed | float | The playback speed of the animation (default is 1) |
| Time | float | The current time of the Animation |
| Length | float | The length of the animation clip in seconds (Readonly) |