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

Search Results for

    Class UiElementParticleSystemData

    Inheritance
    System.Object
    UiElementIData
    UiElementData
    UiElementParticleSystemData
    Implements
    IMetaClass
    Inherited Members
    UiElementData.Enabled
    UiElementData.Layer
    UiElementData.DragType
    UiElementData.Position
    UiElementData.BlockInputEvents
    UiElementIData.Scene
    UiElementIData.Name
    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 UiElementParticleSystemData : UiElementData, IMetaClass

    Properties

    | Improve this Doc View Source

    m3975091852

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

    MaxPlayCount

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

    PlayDuringTransition

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

    RenderAtElementLayer

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

    TextureOverrides

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

    VfxAdjustmentScale

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

    VfxSystem

    Declaration
    public MetaObjectLink VfxSystem { get; set; }
    Property Value
    Type Description
    MetaObjectLink

    Implements

    IMetaClass