Class UiElementParticleSystemData
Implements
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 UiElementParticleSystemData : UiElementData, IMetaClass
Properties
| Improve this Doc View Sourcem3975091852
Declaration
public bool m3975091852 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxPlayCount
Declaration
public uint MaxPlayCount { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
PlayDuringTransition
Declaration
public bool PlayDuringTransition { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RenderAtElementLayer
Declaration
public bool RenderAtElementLayer { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TextureOverrides
Declaration
public Dictionary<MetaHash, string> TextureOverrides { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<MetaHash, System.String> |
VfxAdjustmentScale
Declaration
public float VfxAdjustmentScale { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
VfxSystem
Declaration
public MetaObjectLink VfxSystem { get; set; }
Property Value
Type | Description |
---|---|
MetaObjectLink |