extends Instance
Class fields
| Field | XML type | Value |
|---|---|---|
Name | string | AnimationTrack |
summary | string | Returned by a call to LoadAnimation. Controls the playback of an animation on a Humanoid. |
ExplorerOrder | string | 22 |
ExplorerImageIndex | string | 60 |
Properties
5Animation
Object| Field | XML type | Value |
|---|---|---|
Name | string | Animation |
IsPlaying
bool| Field | XML type | Value |
|---|---|---|
Name | string | IsPlaying |
Length
float| Field | XML type | Value |
|---|---|---|
Name | string | Length |
Priority
AnimationPriority| Field | XML type | Value |
|---|---|---|
Name | string | Priority |
TimePosition
float| Field | XML type | Value |
|---|---|---|
Name | string | TimePosition |
Functions
5AdjustSpeed
(speed: float = …) → void| Field | XML type | Value |
|---|---|---|
Name | string | AdjustSpeed |
AdjustWeight
(weight: float = …, fadeTime: float = …) → void| Field | XML type | Value |
|---|---|---|
Name | string | AdjustWeight |
GetTimeOfKeyframe
(keyframeName: string) → double| Field | XML type | Value |
|---|---|---|
Name | string | GetTimeOfKeyframe |
Play
(fadeTime: float = …, weight: float = …, speed: float = …) → void| Field | XML type | Value |
|---|---|---|
Name | string | Play |
Stop
(fadeTime: float = …) → void| Field | XML type | Value |
|---|---|---|
Name | string | Stop |
Events
2KeyframeReached
(keyframeName: string) → void| Field | XML type | Value |
|---|---|---|
Name | string | KeyframeReached |
Stopped
() → void| Field | XML type | Value |
|---|---|---|
Name | string | Stopped |
Deprecated | bool | true |
summary | string | This event is never raised |