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

Search Results for

    Class ParticleEventData

    Inheritance
    System.Object
    BaseEventData
    ParticleEventData
    Implements
    IMetaClass
    Inherited Members
    BaseEventData.Name
    BaseEventData.StartFrame
    BaseEventData.IsSelfOnly
    BaseEventData.FireIfAnimationEndsEarly
    BaseEventData.EndFrame
    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 ParticleEventData : BaseEventData, IMetaClass

    Properties

    | Improve this Doc View Source

    EffectKey

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

    EffectName

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

    EnemyEffectKey

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

    IsDetachable

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

    IsKillEvent

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

    IsLoop

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

    ParticleEventDataPairList

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

    Scale

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

    ScalePlaySpeedWithAnimation

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

    SkipIfPastEndFrame

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

    Implements

    IMetaClass