Class HudBannerData
Inheritance
System.Object
HudBannerData
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 HudBannerData : IMetaClass
Properties
| Improve this Doc View SourcePulseDuration
Declaration
public float PulseDuration { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PulseInterval
Declaration
public float PulseInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
PulseOffset
Declaration
public Vector2 PulseOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector2 |
PulseTime
Declaration
public float PulseTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TransitionMaxAlpha
Declaration
public byte TransitionMaxAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
TransitionMinAlpha
Declaration
public byte TransitionMinAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
TransitionOffset
Declaration
public Vector2 TransitionOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector2 |
TransitionTime
Declaration
public float TransitionTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |