Enum BeastAnimationClip
High-level Beast animation clips that can be started from BeastAnimator.
Namespace: CreatureKit.Beasts.Animation
Assembly: CreatureKit.Beasts.Animation.Runtime.dll
Syntax
public enum BeastAnimationClip
Fields
| Name | Description |
|---|---|
| Idle | Idle pose animation for a stationary Beast. |
| Landing | Landing pose used after a takeoff. |
| None | No clip is playing. |
| Rush | Fast locomotion clip. |
| SearchRun | Fast locomotion clip with searching head and eye motion. |
| Stunned | Stunned shake animation. |
| Takeoff | Takeoff pose used when the Beast bounds toward a target. |
| Wait | Impatient waiting animation for a stationary Beast. |
| Walk | Walking locomotion clip. |