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

Search Results for

    Class MapActionCyclePropAnimation

    Inheritance
    System.Object
    MapAction
    MapActionCyclePropAnimation
    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 MapActionCyclePropAnimation : MapAction, IMetaClass

    Properties

    | Improve this Doc View Source

    AnimationList

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

    PropName

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

    Shuffle

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

    Implements

    IMetaClass