League Toolkit League Toolkit
League Toolkit League Toolkit
DocFX + Singulink = ♥

Search Results for

    Class VfxLingerDefinitionData

    Inheritance
    System.Object
    VfxLingerDefinitionData
    Implements
    IMetaClass
    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 VfxLingerDefinitionData : IMetaClass

    Properties

    | Improve this Doc View Source

    KeyedLingerAcceleration

    Declaration
    public MetaEmbedded<ValueVector3> KeyedLingerAcceleration { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ValueVector3>
    | Improve this Doc View Source

    KeyedLingerDrag

    Declaration
    public MetaEmbedded<ValueVector3> KeyedLingerDrag { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ValueVector3>
    | Improve this Doc View Source

    KeyedLingerVelocity

    Declaration
    public MetaEmbedded<ValueVector3> KeyedLingerVelocity { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ValueVector3>
    | Improve this Doc View Source

    LingerRotation

    Declaration
    public MetaEmbedded<ValueVector3> LingerRotation { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ValueVector3>
    | Improve this Doc View Source

    LingerScale

    Declaration
    public MetaEmbedded<ValueVector3> LingerScale { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ValueVector3>
    | Improve this Doc View Source

    SeparateLingerColor

    Declaration
    public MetaEmbedded<ValueColor> SeparateLingerColor { get; set; }
    Property Value
    Type Description
    MetaEmbedded<ValueColor>
    | Improve this Doc View Source

    UseKeyedLingerAcceleration

    Declaration
    public MetaBitBool UseKeyedLingerAcceleration { get; set; }
    Property Value
    Type Description
    MetaBitBool
    | Improve this Doc View Source

    UseKeyedLingerDrag

    Declaration
    public MetaBitBool UseKeyedLingerDrag { get; set; }
    Property Value
    Type Description
    MetaBitBool
    | Improve this Doc View Source

    UseKeyedLingerVelocity

    Declaration
    public MetaBitBool UseKeyedLingerVelocity { get; set; }
    Property Value
    Type Description
    MetaBitBool
    | Improve this Doc View Source

    UseLingerRotation

    Declaration
    public MetaBitBool UseLingerRotation { get; set; }
    Property Value
    Type Description
    MetaBitBool
    | Improve this Doc View Source

    UseLingerScale

    Declaration
    public MetaBitBool UseLingerScale { get; set; }
    Property Value
    Type Description
    MetaBitBool
    | Improve this Doc View Source

    UseSeparateLingerColor

    Declaration
    public MetaBitBool UseSeparateLingerColor { get; set; }
    Property Value
    Type Description
    MetaBitBool

    Implements

    IMetaClass