Class Joint
Inheritance
System.Object
Joint
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 Joint : IMetaClass
Properties
| Improve this Doc View SourceFlags
Declaration
public ushort Flags { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Index
Declaration
public ushort Index { get; set; }
Property Value
Type | Description |
---|---|
System.UInt16 |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
NameHash
Declaration
public uint NameHash { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ParentIndex
Declaration
public short ParentIndex { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 |
Radius
Declaration
public float Radius { get; set; }
Property Value
Type | Description |
---|---|
System.Single |