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

Search Results for

    Class VfxMaterialOverrideDefinitionData

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

    Properties

    | Improve this Doc View Source

    BaseTexture

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

    GlossTexture

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

    Material

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

    OverrideBlendMode

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

    Priority

    Declaration
    public int Priority { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    SubMeshName

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

    TransitionSample

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

    TransitionSource

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

    TransitionTexture

    Declaration
    public string TransitionTexture { get; set; }
    Property Value
    Type Description
    System.String

    Implements

    IMetaClass