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

Search Results for

    Class MapContainer

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

    Properties

    | Improve this Doc View Source

    BoundsMax

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

    BoundsMin

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

    Chunks

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

    Components

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

    ConvertStreamsToHalfFloat

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

    LowestWalkableHeight

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

    MapPath

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

    MeshCombineRadius

    Declaration
    public float MeshCombineRadius { get; set; }
    Property Value
    Type Description
    System.Single

    Implements

    IMetaClass