Class StaticMaterialShaderSamplerDef
Inheritance
System.Object
StaticMaterialShaderSamplerDef
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 StaticMaterialShaderSamplerDef : IMetaClass
Properties
| Improve this Doc View SourceAddressU
Declaration
public uint AddressU { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
AddressV
Declaration
public uint AddressV { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
AddressW
Declaration
public uint AddressW { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FilterMag
Declaration
public uint FilterMag { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FilterMin
Declaration
public uint FilterMin { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FilterMip
Declaration
public uint FilterMip { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
SamplerName
Declaration
public string SamplerName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextureName
Declaration
public string TextureName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UncensoredTextures
Declaration
public Dictionary<MetaHash, string> UncensoredTextures { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, System.String> |