Class VfxEmitterLegacySimple
Inheritance
System.Object
VfxEmitterLegacySimple
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()
Assembly: LeagueToolkit.Meta.Classes.dll
public class VfxEmitterLegacySimple : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueFloat> BirthRotation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueFloat> BirthRotationalVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueFloat> BirthScale { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public byte FixedOrbitType { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
Declaration
public bool HasFixedOrbit { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool LockedToEmitter { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public byte Orientation { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
ParticleBind
Declaration
public Vector2 ParticleBind { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueFloat> Rotation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueFloat> Scale { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Vector2 ScaleBias { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
|
Improve this Doc
View Source
Declaration
public bool ScaleUpFromOrigin { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public Vector2 UvScrollRate { get; set; }
Property Value
Type |
Description |
System.Numerics.Vector2 |
|
Implements