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

Search Results for

    Class StaticMaterialPassDef

    Inheritance
    System.Object
    StaticMaterialPassDef
    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 StaticMaterialPassDef : IMetaClass

    Properties

    | Improve this Doc View Source

    BlendEnable

    Declaration
    public bool BlendEnable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    BlendEquation

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

    CullEnable

    Declaration
    public bool CullEnable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DepthCompareFunc

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

    DepthEnable

    Declaration
    public bool DepthEnable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    DepthOffsetBias

    Declaration
    public float DepthOffsetBias { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DepthOffsetSlope

    Declaration
    public float DepthOffsetSlope { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    DstAlphaBlendFactor

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

    DstColorBlendFactor

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

    ParamValues

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

    PolygonDepthBiasEnable

    Declaration
    public bool PolygonDepthBiasEnable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Shader

    Declaration
    public MetaObjectLink Shader { get; set; }
    Property Value
    Type Description
    MetaObjectLink
    | 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

    SrcAlphaBlendFactor

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

    SrcColorBlendFactor

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

    StencilCompareFunc

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

    StencilEnable

    Declaration
    public bool StencilEnable { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    StencilFailOp

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

    StencilMask

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

    StencilPassDepthFailOp

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

    StencilPassDepthPassOp

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

    StencilReferenceId

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

    StencilReferenceVal

    Declaration
    public byte StencilReferenceVal { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    WindingToCull

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

    WriteMask

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

    Implements

    IMetaClass