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

Search Results for

    Class StaticMaterialDef

    Inheritance
    System.Object
    IResource
    StaticMaterialDef
    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 class StaticMaterialDef : IResource, IMetaClass

    Properties

    | Improve this Doc View Source

    ChildTechniques

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

    DynamicMaterial

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

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    ParamValues

    Declaration
    public MetaUnorderedContainer<MetaEmbedded<StaticMaterialShaderParamDef>> ParamValues { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaEmbedded<StaticMaterialShaderParamDef>>
    | Improve this Doc View Source

    SamplerValues

    Declaration
    public MetaUnorderedContainer<MetaEmbedded<StaticMaterialShaderSamplerDef>> SamplerValues { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaEmbedded<StaticMaterialShaderSamplerDef>>
    | Improve this Doc View Source

    ShaderMacros

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

    SharedTextureSets

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

    Switches

    Declaration
    public MetaUnorderedContainer<MetaEmbedded<StaticMaterialSwitchDef>> Switches { get; set; }
    Property Value
    Type Description
    MetaUnorderedContainer<MetaEmbedded<StaticMaterialSwitchDef>>
    | Improve this Doc View Source

    Techniques

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

    Type

    Declaration
    public uint Type { get; set; }
    Property Value
    Type Description
    System.UInt32

    Implements

    IMetaClass