Creature Kit v1.1 Procedural Creature Creation for Unity
Search Results for

    Show / Hide Table of Contents
    Documentation
    Home Animation Channels Guide Clips Guide No-Code Guide API Reference

    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.

    Back to top Generated by DocFX