Class AnimationGraphData
Inheritance
System.Object
AnimationGraphData
Implements
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 SourceAnimStateGraphEntryClips
Declaration
public MetaContainer<MetaHash> AnimStateGraphEntryClips { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaHash> |
BlendDataTable
Declaration
public Dictionary<ulong, BaseBlendData> BlendDataTable { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.UInt64, BaseBlendData> |
CascadeBlendValue
Declaration
public float CascadeBlendValue { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ClipDataMap
Declaration
public Dictionary<MetaHash, ClipBaseData> ClipDataMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, ClipBaseData> |
MaskDataMap
Declaration
public Dictionary<MetaHash, MetaEmbedded<MaskData>> MaskDataMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<MaskData>> |
SyncGroupDataMap
Declaration
public Dictionary<MetaHash, MetaEmbedded<SyncGroupData>> SyncGroupDataMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<SyncGroupData>> |
TrackDataMap
Declaration
public Dictionary<MetaHash, MetaEmbedded<TrackData>> TrackDataMap { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<TrackData>> |
UseCascadeBlend
Declaration
public bool UseCascadeBlend { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |