Class VfxAnimatedColor
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 VfxAnimatedColor : VfxColorBase, IMetaClass
Properties
| Improve this Doc View Sourcem2090586069
Declaration
public MetaContainer<uint> m2090586069 { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.UInt32> |
ProbabilityTables
Declaration
public MetaContainer<VfxProbabilityTableData> ProbabilityTables { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<VfxProbabilityTableData> |
Times
Declaration
public MetaContainer<float> Times { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.Single> |
Values
Declaration
public MetaContainer<Vector4> Values { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.Numerics.Vector4> |