Class VfxAnimatedVector3fVariableData
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 VfxAnimatedVector3fVariableData : VfxVector3fBase, IMetaClass
Properties
| Improve this Doc View SourceProbabilityTables
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<Vector3> Values { get; set; }
Property Value
Type | Description |
---|---|
MetaContainer<System.Numerics.Vector3> |