Class MinimapBoundsSource
Source of bounds for a minimap or minimap object in the world
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. |