Search Results for

    Show / Hide Table of Contents

    Class DewAnimationClip

    Inheritance
    object
    UnityEngine.Object
    UnityEngine.ScriptableObject
    DewAnimationClip
    Implements
    ILinkedByGuid
    Namespace: Global
    Assembly: Dew.Core.dll
    Syntax
    [HideMonoScript]
    [DewResourceLink(ResourceLinkBy.Guid)]
    [CreateAssetMenu(fileName = "New Dew Animation Clip", menuName = "Dew Animation Clip")]
    public class DewAnimationClip : ScriptableObject, ILinkedByGuid

    Fields

    entries

    Declaration
    public DewAnimationEntry[] entries
    Field Value
    Type Description
    DewAnimationEntry[]

    hideWeaponOnHeroes

    Declaration
    public bool hideWeaponOnHeroes
    Field Value
    Type Description
    bool

    onlyUpperBody

    Declaration
    public bool onlyUpperBody
    Field Value
    Type Description
    bool

    overrideWalk

    Declaration
    [InfoBox("Override Walk cannot be Full if animating only upper body!", InfoMessageType.Error, null, VisibleIf = "@onlyUpperBody && overrideWalk == DewAnimationClip.OverrideWalkBehavior.Full")]
    public DewAnimationClip.OverrideWalkBehavior overrideWalk
    Field Value
    Type Description
    DewAnimationClip.OverrideWalkBehavior

    overrideWalkNormalizedDuration

    Declaration
    [ShowIf("@overrideWalk != OverrideWalkBehavior.None", true)]
    public float overrideWalkNormalizedDuration
    Field Value
    Type Description
    float

    Properties

    resourceId

    Declaration
    public string resourceId { get; set; }
    Property Value
    Type Description
    string

    Methods

    GetEntry()

    Declaration
    public DewAnimationEntry GetEntry()
    Returns
    Type Description
    DewAnimationEntry

    GetEntry(int)

    Declaration
    public DewAnimationEntry GetEntry(int index)
    Parameters
    Type Name Description
    int index
    Returns
    Type Description
    DewAnimationEntry

    GetEntry(float)

    Declaration
    public DewAnimationEntry GetEntry(float value)
    Parameters
    Type Name Description
    float value
    Returns
    Type Description
    DewAnimationEntry

    GetEntryIndex()

    Declaration
    public int GetEntryIndex()
    Returns
    Type Description
    int

    GetEntryIndex(float, int)

    Declaration
    public static int GetEntryIndex(float clipSelectValue, int entriesLength)
    Parameters
    Type Name Description
    float clipSelectValue
    int entriesLength
    Returns
    Type Description
    int

    GetEntryIndex(float)

    Declaration
    public int GetEntryIndex(float clipSelectValue)
    Parameters
    Type Name Description
    float clipSelectValue
    Returns
    Type Description
    int

    Implements

    ILinkedByGuid
    In This Article
    Back to top Shape of Dreams API Documentation