Class EmoteConfigData
Inheritance
System.Object
EmoteConfigData
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 EmoteConfigData : IMetaClass
Properties
| Improve this Doc View SourceFadeTransisionTime
Declaration
public float FadeTransisionTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
FloatingDistancePerSecond
Declaration
public float FloatingDistancePerSecond { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
HeightMultiplier
Declaration
public float HeightMultiplier { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
InitialAlpha
Declaration
public float InitialAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MaxDisplayedEmotes
Declaration
public byte MaxDisplayedEmotes { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
RespoitionMovementTime
Declaration
public float RespoitionMovementTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TotalDisplayTime
Declaration
public float TotalDisplayTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
UiSound
Declaration
public string UiSound { get; set; }
Property Value
Type | Description |
---|---|
System.String |