Class: MapBlankWaypointIcon<T>
Defined in: src/sdk/components/map/MapWaypointIcon.ts:31
A blank waypoint icon.
Type Parameters
Type Parameter |
---|
T extends MapWaypoint |
Implements
Constructors
Constructor
new MapBlankWaypointIcon<
T
>(waypoint
,priority
):MapBlankWaypointIcon
<T
>
Defined in: src/sdk/components/map/MapWaypointIcon.ts:41
Constructor.
Parameters
Parameter | Type | Description |
---|---|---|
waypoint | T | The waypoint associated with this icon. |
priority | number | Subscribable <number > | The render priority of this icon. Icons with higher priorities should be rendered above those with lower priorities. |
Returns
MapBlankWaypointIcon
<T
>
Properties
priority
readonly
priority:Subscribable
<number
>
Defined in: src/sdk/components/map/MapWaypointIcon.ts:33
The render priority of this icon. Icons with higher priorities will be rendered on top of icons with lower priorities.
Implementation of
waypoint
readonly
waypoint:T
Defined in: src/sdk/components/map/MapWaypointIcon.ts:41
The waypoint associated with this icon.
Implementation of
Methods
draw()
draw():
void
Defined in: src/sdk/components/map/MapWaypointIcon.ts:48
Does nothing.
Returns
void