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

Search Results for

    Class StaticMaterialShaderSamplerDef

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

    Properties

    | Improve this Doc View Source

    AddressU

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

    AddressV

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

    AddressW

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

    FilterMag

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

    FilterMin

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

    FilterMip

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

    SamplerName

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

    TextureName

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

    UncensoredTextures

    Declaration
    public Dictionary<MetaHash, string> UncensoredTextures { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, System.String>

    Implements

    IMetaClass