Class MinimapPingEffectDefinition
Inheritance
System.Object
MinimapPingEffectDefinition
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 MinimapPingEffectDefinition : IMetaClass
Properties
| Improve this Doc View SourceAlphaFadeSpeed
Declaration
public float AlphaFadeSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
AlphaStart
Declaration
public uint AlphaStart { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
BlendWithAlpha
Declaration
public bool BlendWithAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Life
Declaration
public float Life { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
OnDeathFadeSpeed
Declaration
public float OnDeathFadeSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
RepeatCount
Declaration
public uint RepeatCount { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ScaleSpeed
Declaration
public float ScaleSpeed { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
ScaleStart
Declaration
public float ScaleStart { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
StartDelay
Declaration
public float StartDelay { get; set; }
Property Value
Type | Description |
---|---|
System.Single |