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

Search Results for

    Class MapActionBuildUpMapParticle

    Inheritance
    System.Object
    MapAction
    MapActionBuildUpMapParticle
    Implements
    IMetaClass
    Inherited Members
    MapAction.StartTime
    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 MapActionBuildUpMapParticle : MapAction, IMetaClass

    Properties

    | Improve this Doc View Source

    BoomLifeTimeSec

    Declaration
    public float BoomLifeTimeSec { get; set; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    BoomMapParticleName

    Declaration
    public string BoomMapParticleName { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    BuildupMapParticleNames

    Declaration
    public MetaContainer<string> BuildupMapParticleNames { get; set; }
    Property Value
    Type Description
    MetaContainer<System.String>
    | Improve this Doc View Source

    Shuffle

    Declaration
    public bool Shuffle { get; set; }
    Property Value
    Type Description
    System.Boolean

    Implements

    IMetaClass