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

Search Results for

    Class IShaderDef

    Inheritance
    System.Object
    IShaderDef
    CustomShaderDef
    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 abstract class IShaderDef : IMetaClass

    Properties

    | Improve this Doc View Source

    AdditionalUvSetMask

    Declaration
    public uint AdditionalUvSetMask { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    FeatureDefines

    Declaration
    public Dictionary<string, string> FeatureDefines { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    | Improve this Doc View Source

    FeatureMask

    Declaration
    public uint FeatureMask { get; set; }
    Property Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    Parameters

    Declaration
    public MetaContainer<MetaEmbedded<ShaderPhysicalParameter>> Parameters { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<ShaderPhysicalParameter>>
    | Improve this Doc View Source

    ShadingModel

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

    StaticSwitches

    Declaration
    public MetaContainer<MetaEmbedded<ShaderStaticSwitch>> StaticSwitches { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<ShaderStaticSwitch>>
    | Improve this Doc View Source

    Textures

    Declaration
    public MetaContainer<MetaEmbedded<ShaderTexture>> Textures { get; set; }
    Property Value
    Type Description
    MetaContainer<MetaEmbedded<ShaderTexture>>

    Implements

    IMetaClass