AnimationClipReference¶
Struct | orca.core
A named animation clip entry used in an AnimationPlayer's Clips array.
Overview¶
Fields¶
| Field | Type | Description |
|---|---|---|
Name |
string |
Short name used to identify and select this clip (e.g. "idle", "walk") |
Clip |
AnimationClip |
The AnimationClip object for this entry |