Class: MapBlankWaypointIcon<T>
A blank waypoint icon.
Type parameters
Name | Type |
---|---|
T | extends MapWaypoint |
Implements
Constructors
constructor
• new MapBlankWaypointIcon<T
>(waypoint
, priority
): MapBlankWaypointIcon
<T
>
Constructor.
Type parameters
Name | Type |
---|---|
T | extends MapWaypoint |
Parameters
Name | 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
Defined in
src/sdk/components/map/MapWaypointIcon.ts:41
Properties
priority
• Readonly
priority: Subscribable
<number
>
The render priority of this icon. Icons with higher priorities will be rendered on top of icons with lower priorities.
Implementation of
Defined in
src/sdk/components/map/MapWaypointIcon.ts:33
waypoint
• Readonly
waypoint: T
The waypoint associated with this icon.
Implementation of
Defined in
src/sdk/components/map/MapWaypointIcon.ts:41
Methods
draw
▸ draw(): void
Does nothing.
Returns
void
Implementation of
Defined in
src/sdk/components/map/MapWaypointIcon.ts:48