Class MinimapPingEffectAndTextureData
Inheritance
System.Object
MinimapPingEffectAndTextureData
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 MinimapPingEffectAndTextureData : IMetaClass
Properties
| Improve this Doc View SourceChaos
Declaration
public TextureAndColorData Chaos { get; set; }
Property Value
Type | Description |
---|---|
TextureAndColorData |
Default
Declaration
public MetaEmbedded<TextureAndColorData> Default { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<TextureAndColorData> |
Effect
Declaration
public MetaEmbedded<MinimapPingEffectDefinition> Effect { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<MinimapPingEffectDefinition> |
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Order
Declaration
public TextureAndColorData Order { get; set; }
Property Value
Type | Description |
---|---|
TextureAndColorData |