Class ParticleEventData
Inheritance
System.Object
ParticleEventData
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()
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
|
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
|
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
|
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