Class UiAbilityPromptAnimData
Inheritance
System.Object
UiAbilityPromptAnimData
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 UiAbilityPromptAnimData : IMetaClass
Properties
| Improve this Doc View SourcePulseEndColor
Declaration
public Color PulseEndColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PulseInterval
Declaration
public float PulseInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PulseNativeOffset
Declaration
public Vector2 PulseNativeOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector2 |
PulseStartColor
Declaration
public Color PulseStartColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
PulseTime
Declaration
public float PulseTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |