Interface IMinimapShape
Source of bounds for a minimap or minimap object.
Namespace: nickmaltbie.MinimapTools.Minimap.Shape
Assembly: cs.temp.dll.dll
Syntax
public interface IMinimapShape
Properties
Center
Get the center of this minimap shape in world space.
Declaration
Vector3 Center { get; }
Property Value
Type | Description |
---|---|
Vector3 | Position of the object in world space. |
Size
Get the size of this minimap object in world space.
Declaration
Vector2 Size { get; }
Property Value
Type | Description |
---|---|
Vector2 | 2D size of the object in world space (only xz axis). |
Methods
MapAxisHoriz()
Direction of the axis horizontal along the minimap plane.
Declaration
Vector3 MapAxisHoriz()
Returns
Type | Description |
---|---|
Vector3 | Horizontal directional vector. |
MapAxisVert()
Direction of the vertical axis along the minimap plane.
Declaration
Vector3 MapAxisVert()
Returns
Type | Description |
---|---|
Vector3 | Vertical direction vector. |
MapNormal()
Get the normal vector for the plane of this minimap.
Declaration
Vector3 MapNormal()
Returns
Type | Description |
---|---|
Vector3 | Vector normal to the minimap plane. |