Class VfxLingerDefinitionData
Inheritance
System.Object
VfxLingerDefinitionData
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 VfxLingerDefinitionData : IMetaClass
Properties
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueVector3> KeyedLingerAcceleration { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueVector3> KeyedLingerDrag { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueVector3> KeyedLingerVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueVector3> LingerRotation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueVector3> LingerScale { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaEmbedded<ValueColor> SeparateLingerColor { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaBitBool UseKeyedLingerAcceleration { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaBitBool UseKeyedLingerDrag { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaBitBool UseKeyedLingerVelocity { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaBitBool UseLingerRotation { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaBitBool UseLingerScale { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public MetaBitBool UseSeparateLingerColor { get; set; }
Property Value
Implements