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

Search Results for

    Class VfxAlphaErosionDefinitionData

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

    Properties

    | Improve this Doc View Source

    ErosionDriveCurve

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

    ErosionDriveSource

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

    ErosionFeatherIn

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

    ErosionFeatherOut

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

    ErosionMapAddressMode

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

    ErosionMapChannelMixer

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

    ErosionMapName

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

    ErosionSliceWidth

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

    LingerErosionDriveCurve

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

    UseLingerErosionDriveCurve

    Declaration
    public bool UseLingerErosionDriveCurve { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass