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

Search Results for

    Class MinimapPingEffectAndTextureData

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

    Properties

    | Improve this Doc View Source

    Chaos

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

    Default

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

    Effect

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

    Enabled

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

    Order

    Declaration
    public TextureAndColorData Order { get; set; }
    Property Value
    Type Description
    TextureAndColorData

    Implements

    IMetaClass