Class SkinMeshDataProperties_MaterialOverride
Inheritance
System.Object
SkinMeshDataProperties_MaterialOverride
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 SkinMeshDataProperties_MaterialOverride : IMetaClass
Properties
| Improve this Doc View SourceGlossTexture
Declaration
public string GlossTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Material
Declaration
public MetaObjectLink Material { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectLink |
NormalMapTexture
Declaration
public string NormalMapTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RoughnessMetallicAoTexture
Declaration
public string RoughnessMetallicAoTexture { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Submesh
Declaration
public string Submesh { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Texture
Declaration
public string Texture { get; set; }
Property Value
Type | Description |
---|---|
System.String |