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

Search Results for

    Class MinimapBackgroundConfig

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

    Properties

    | Improve this Doc View Source

    CustomMinimapBackgrounds

    Declaration
    public Dictionary<MetaHash, MetaEmbedded<MinimapBackground>> CustomMinimapBackgrounds { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<MetaHash, MetaEmbedded<MinimapBackground>>
    | Improve this Doc View Source

    DefaultTextureName

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

    m1882574624

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

    PreloadTextures

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

    Implements

    IMetaClass