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

Search Results for

    Class RigResource

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

    Properties

    | Improve this Doc View Source

    AssetName

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

    Flags

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

    JointList

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

    Name

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

    ShaderJointList

    Declaration
    public MetaContainer<ushort> ShaderJointList { get; set; }
    Property Value
    Type Description
    MetaContainer<System.UInt16>

    Implements

    IMetaClass