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

Search Results for

    Class Joint

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

    Properties

    | Improve this Doc View Source

    Flags

    Declaration
    public ushort Flags { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    Index

    Declaration
    public ushort Index { get; set; }
    Property Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    NameHash

    Declaration
    public uint NameHash { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ParentIndex

    Declaration
    public short ParentIndex { get; set; }
    Property Value
    Type Description
    System.Int16
    | Improve this Doc View Source

    Radius

    Declaration
    public float Radius { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass