Class StaticMaterialSharedTextureDef
Inheritance
System.Object
StaticMaterialSharedTextureDef
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 StaticMaterialSharedTextureDef : IMetaClass
Properties
| Improve this Doc View SourceAddress
Declaration
public uint Address { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Filter
Declaration
public uint Filter { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FilterMip
Declaration
public uint FilterMip { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SharedTextureName
Declaration
public string SharedTextureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TexturePath
Declaration
public string TexturePath { get; set; }
Property Value
Type | Description |
---|---|
System.String |