League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class StateAnimTransitionData

    Inheritance
    System.Object
    StateAnimTransitionData
    Implements
    IMetaClass
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: LeagueToolkit.Meta.Classes
    Assembly: LeagueToolkit.Meta.Classes.dll
    Syntax
    public class StateAnimTransitionData : IMetaClass

    Properties

    | Improve this Doc View Source

    Blend

    Declaration
    public bool Blend { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    CanTransitionMidPlay

    Declaration
    public bool CanTransitionMidPlay { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Condition

    Declaration
    public ILogicBoolDriver Condition { get; set; }
    Property Value
    Type Description
    ILogicBoolDriver
    | Improve this Doc View Source

    DontStompTransitionClip

    Declaration
    public bool DontStompTransitionClip { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PauseOnEnd

    Declaration
    public bool PauseOnEnd { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    PlayAnimChangeFromBeginning

    Declaration
    public bool PlayAnimChangeFromBeginning { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    SyncFrameOnChangeAnim

    Declaration
    public bool SyncFrameOnChangeAnim { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    TargetClipName

    Declaration
    public MetaHash TargetClipName { get; set; }
    Property Value
    Type Description
    MetaHash
    | Improve this Doc View Source

    TransitionDelaySwitchTime

    Declaration
    public float TransitionDelaySwitchTime { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass