Class HudMenuTransitionData
Inheritance
System.Object
HudMenuTransitionData
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 HudMenuTransitionData : IMetaClass
Properties
| Improve this Doc View SourceEasingType
Declaration
public byte EasingType { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
MaxAlpha
Declaration
public byte MaxAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
MinAlpha
Declaration
public byte MinAlpha { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
TransitionStartDelaySecs
Declaration
public float TransitionStartDelaySecs { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
TransitionTime
Declaration
public float TransitionTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |