Class IShaderDef
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 abstract class IShaderDef : IMetaClass
Properties
| Improve this Doc View SourceAdditionalUvSetMask
Declaration
public uint AdditionalUvSetMask { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FeatureDefines
Declaration
public Dictionary<string, string> FeatureDefines { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
FeatureMask
Declaration
public uint FeatureMask { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Parameters
Declaration
public MetaContainer<MetaEmbedded<ShaderPhysicalParameter>> Parameters { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<ShaderPhysicalParameter>> |
ShadingModel
Declaration
public MetaObjectLink ShadingModel { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectLink |
StaticSwitches
Declaration
public MetaContainer<MetaEmbedded<ShaderStaticSwitch>> StaticSwitches { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<ShaderStaticSwitch>> |
Textures
Declaration
public MetaContainer<MetaEmbedded<ShaderTexture>> Textures { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<MetaEmbedded<ShaderTexture>> |