Class RigResource
Inheritance
System.Object
RigResource
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 RigResource : IMetaClass
Properties
| Improve this Doc View SourceAssetName
Declaration
public string AssetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Flags
Declaration
public ushort Flags { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
JointList
Declaration
public MetaContainer<MetaEmbedded<Joint>> JointList { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<Joint>> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShaderJointList
Declaration
public MetaContainer<ushort> ShaderJointList { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.UInt16> |