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

Search Results for

    Class SkinMeshDataProperties_MaterialOverride

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

    Properties

    | Improve this Doc View Source

    GlossTexture

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

    Material

    Declaration
    public MetaObjectLink Material { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | Improve this Doc View Source

    NormalMapTexture

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

    RoughnessMetallicAoTexture

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

    Submesh

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

    Texture

    Declaration
    public string Texture { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass