Class VfxBeamDefinitionData
Inheritance
System.Object
VfxBeamDefinitionData
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 VfxBeamDefinitionData : IMetaClass
Properties
| Improve this Doc View SourceAnimatedColorWithDistance
Declaration
public MetaEmbedded<ValueColor> AnimatedColorWithDistance { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ValueColor> |
BirthTilingSize
Declaration
public MetaEmbedded<ValueVector3> BirthTilingSize { get; set; }
Property Value
Type | Description |
---|---|
MetaEmbedded<ValueVector3> |
IsColorBindedWithDistance
Declaration
public bool IsColorBindedWithDistance { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
LocalSpaceSourceOffset
Declaration
public Vector3 LocalSpaceSourceOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |
LocalSpaceTargetOffset
Declaration
public Vector3 LocalSpaceTargetOffset { get; set; }
Property Value
Type | Description |
---|---|
System.Numerics.Vector3 |
Mode
Declaration
public byte Mode { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |
Segments
Declaration
public int Segments { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TrailMode
Declaration
public byte TrailMode { get; set; }
Property Value
Type | Description |
---|---|
System.Byte |