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

Search Results for

    Class ConditionFloatClipData

    Inheritance
    System.Object
    ClipBaseData
    ConditionFloatClipData
    Implements
    IMetaClass
    Inherited Members
    ClipBaseData.AnimationInterruptionGroupNames
    ClipBaseData.Flags
    ClipBaseData.Accessorylist
    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 ConditionFloatClipData : ClipBaseData, IMetaClass

    Properties

    | Improve this Doc View Source

    ChangeAnimationMidPlay

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

    ChildAnimDelaySwitchTime

    Declaration
    public float ChildAnimDelaySwitchTime { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    ConditionFloatPairDataList

    Declaration
    public MetaContainer<MetaEmbedded<ConditionFloatPairData>> ConditionFloatPairDataList { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<ConditionFloatPairData>>
    | Improve this Doc View Source

    DontStompTransitionClip

    Declaration
    public bool DontStompTransitionClip { 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

    Updater

    Declaration
    public IFloatParametricUpdater Updater { get; set; }
    Property Value
    Type Description
    IFloatParametricUpdater

    Implements

    IMetaClass