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

Search Results for

    Class AnimationGraphData

    Inheritance
    System.Object
    AnimationGraphData
    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 AnimationGraphData : IMetaClass

    Properties

    | Improve this Doc View Source

    AnimStateGraphEntryClips

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

    BlendDataTable

    Declaration
    public Dictionary<ulong, BaseBlendData> BlendDataTable { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.UInt64, BaseBlendData>
    | Improve this Doc View Source

    CascadeBlendValue

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

    ClipDataMap

    Declaration
    public Dictionary<MetaHash, ClipBaseData> ClipDataMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, ClipBaseData>
    | Improve this Doc View Source

    MaskDataMap

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<MaskData>> MaskDataMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<MaskData>>
    | Improve this Doc View Source

    SyncGroupDataMap

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<SyncGroupData>> SyncGroupDataMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<SyncGroupData>>
    | Improve this Doc View Source

    TrackDataMap

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<TrackData>> TrackDataMap { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<TrackData>>
    | Improve this Doc View Source

    UseCascadeBlend

    Declaration
    public bool UseCascadeBlend { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass