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

    Class BeastTakeoffSettings

    Editable parameters used by the Takeoff clip.

    Inheritance
    object
    BeastTakeoffSettings
    Namespace: CreatureKit.Beasts.Animation
    Assembly: CreatureKit.Beasts.Animation.Runtime.dll
    Syntax
    public sealed class BeastTakeoffSettings

    Constructors

    BeastTakeoffSettings()

    Declaration
    public BeastTakeoffSettings()

    Fields

    bodyLungePoseLength

    Forward body lunge pose held during takeoff.

    Declaration
    public float bodyLungePoseLength
    Field Value
    Type Description
    float

    bodyPitchPoseDegrees

    Body pitch pose held during takeoff.

    Declaration
    public float bodyPitchPoseDegrees
    Field Value
    Type Description
    float

    bodyPoseHeight

    Vertical body pose offset held during takeoff.

    Declaration
    public float bodyPoseHeight
    Field Value
    Type Description
    float

    cyclesPerSecond

    Number of full takeoff pose cycles played per second.

    Declaration
    public float cyclesPerSecond
    Field Value
    Type Description
    float

    earFlapPoseDegrees

    Ear flap pose held during takeoff.

    Declaration
    public float earFlapPoseDegrees
    Field Value
    Type Description
    float

    enabledChannels

    Animation channels driven by Takeoff.

    Declaration
    public BeastAnimationChannels enabledChannels
    Field Value
    Type Description
    BeastAnimationChannels

    headPitchDegrees

    Head pitch motion during takeoff.

    Declaration
    public float headPitchDegrees
    Field Value
    Type Description
    float

    headPitchPoseDegrees

    Head pitch pose held during takeoff.

    Declaration
    public float headPitchPoseDegrees
    Field Value
    Type Description
    float

    legSwingDegrees

    Small side-specific upper-leg offset layered on the takeoff pose.

    Declaration
    public float legSwingDegrees
    Field Value
    Type Description
    float

    lowerLegFoldPoseDegrees

    Lower-leg fold pose held during takeoff.

    Declaration
    public float lowerLegFoldPoseDegrees
    Field Value
    Type Description
    float

    mouthOpenDegrees

    Mouth opening amplitude during takeoff.

    Declaration
    public float mouthOpenDegrees
    Field Value
    Type Description
    float

    mouthOpenPoseDegrees

    Mouth opening pose held during takeoff.

    Declaration
    public float mouthOpenPoseDegrees
    Field Value
    Type Description
    float

    mouthPulseAmount

    How strongly the mouth pulses during the takeoff.

    Declaration
    public float mouthPulseAmount
    Field Value
    Type Description
    float

    tailPitchPoseDegrees

    Tail pitch pose held during takeoff. Use positive or negative values to tilt the tail up or down.

    Declaration
    public float tailPitchPoseDegrees
    Field Value
    Type Description
    float

    tailYawPoseDegrees

    Tail yaw pose held during takeoff.

    Declaration
    public float tailYawPoseDegrees
    Field Value
    Type Description
    float

    upperLegForwardPoseDegrees

    Upper-leg forward pose held during takeoff.

    Declaration
    public float upperLegForwardPoseDegrees
    Field Value
    Type Description
    float

    upperLegPitchPoseDegrees

    Upper-leg pitch pose held during takeoff.

    Declaration
    public float upperLegPitchPoseDegrees
    Field Value
    Type Description
    float
    Back to top Generated by DocFX