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

Search Results for

    Class VfxBeamDefinitionData

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

    Properties

    | Improve this Doc View Source

    AnimatedColorWithDistance

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

    BirthTilingSize

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

    IsColorBindedWithDistance

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

    LocalSpaceSourceOffset

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

    LocalSpaceTargetOffset

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

    Mode

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

    Segments

    Declaration
    public int Segments { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TrailMode

    Declaration
    public byte TrailMode { get; set; }
    Property Value
    Type Description
    System.Byte

    Implements

    IMetaClass