NavigationPolygon.addOutlineAtIndex

Adds a PoolVector2Array that contains the vertices of an outline to the internal array that contains all the outlines at a fixed position. You have to call makePolygonsFromOutlines in order for this array to be converted to polygons that the engine will use.

struct NavigationPolygon
@nogc nothrow
void
addOutlineAtIndex
(
in PoolVector2Array outline
,
in long index
)

Meta