Class VfxFieldAttractionDefinitionData
Inheritance
System.Object
VfxFieldAttractionDefinitionData
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 VfxFieldAttractionDefinitionData : IMetaClass
Properties
| Improve this Doc View SourceAcceleration
Declaration
public MetaEmbedded<ValueFloat> Acceleration { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ValueFloat> |
Position
Declaration
public MetaEmbedded<ValueVector3> Position { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ValueVector3> |
Radius
Declaration
public MetaEmbedded<ValueFloat> Radius { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ValueFloat> |