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

Search Results for

    Class VfxEmitterLegacySimple

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

    Properties

    | Improve this Doc View Source

    BirthRotation

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

    BirthRotationalVelocity

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

    BirthScale

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

    FixedOrbitType

    Declaration
    public byte FixedOrbitType { get; set; }
    Property Value
    Type Description
    System.Byte
    | Improve this Doc View Source

    HasFixedOrbit

    Declaration
    public bool HasFixedOrbit { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    LockedToEmitter

    Declaration
    public bool LockedToEmitter { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Orientation

    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

    Rotation

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

    Scale

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

    ScaleBias

    Declaration
    public Vector2 ScaleBias { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2
    | Improve this Doc View Source

    ScaleUpFromOrigin

    Declaration
    public bool ScaleUpFromOrigin { get; set; }
    Property Value
    Type Description
    System.Boolean
    | Improve this Doc View Source

    UvScrollRate

    Declaration
    public Vector2 UvScrollRate { get; set; }
    Property Value
    Type Description
    System.Numerics.Vector2

    Implements

    IMetaClass