Class StealthFadeColorEffect
Inheritance
System.Object
StealthFadeColorEffect
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 StealthFadeColorEffect : IMetaClass
Properties
| Improve this Doc View SourceColorB
Declaration
public uint ColorB { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ColorG
Declaration
public uint ColorG { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
ColorR
Declaration
public uint ColorR { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FadeTime
Declaration
public float FadeTime { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
MaxWeight
Declaration
public float MaxWeight { get; set; }
Property Value
Type | Description |
---|---|
System.Single |
OwnerOnly
Declaration
public bool OwnerOnly { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Team
Declaration
public byte Team { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |