Search Results for

    Show / Hide Table of Contents

    Class MinimapBoundsSource

    Source of bounds for a minimap or minimap object in the world

    Inheritance
    Object
    MinimapBoundsSource
    Namespace: nickmaltbie.MinimapTools.Minimap.Shape
    Assembly: cs.temp.dll.dll
    Syntax
    public class MinimapBoundsSource : MonoBehaviour

    Fields

    minimapShape

    Shape of the minimap.

    Declaration
    public MinimapSquare minimapShape
    Field Value
    Type Description
    MinimapSquare

    Methods

    GetShape()

    Gets the shape of the minimap.

    Declaration
    public MinimapSquare GetShape()
    Returns
    Type Description
    MinimapSquare

    The shape of the minimap as a MinimapSquare object.

    In This Article
    Back to top MinimapTools Documentation