NavigationPolygon.GDNativeClassBinding

Undocumented in source.
struct NavigationPolygon
package @nogc nothrow static
struct GDNativeClassBinding {}

Members

Static variables

_getOutlines
GodotMethod!(Array) _getOutlines;
Undocumented in source.
_getPolygons
GodotMethod!(Array) _getPolygons;
Undocumented in source.
_setOutlines
GodotMethod!(void, Array) _setOutlines;
Undocumented in source.
_setPolygons
GodotMethod!(void, Array) _setPolygons;
Undocumented in source.
addOutline
GodotMethod!(void, PoolVector2Array) addOutline;
Undocumented in source.
addOutlineAtIndex
GodotMethod!(void, PoolVector2Array, long) addOutlineAtIndex;
Undocumented in source.
addPolygon
GodotMethod!(void, PoolIntArray) addPolygon;
Undocumented in source.
clearOutlines
GodotMethod!(void) clearOutlines;
Undocumented in source.
clearPolygons
GodotMethod!(void) clearPolygons;
Undocumented in source.
getOutline
GodotMethod!(PoolVector2Array, long) getOutline;
Undocumented in source.
getOutlineCount
GodotMethod!(long) getOutlineCount;
Undocumented in source.
getPolygon
GodotMethod!(PoolIntArray, long) getPolygon;
Undocumented in source.
getPolygonCount
GodotMethod!(long) getPolygonCount;
Undocumented in source.
getVertices
GodotMethod!(PoolVector2Array) getVertices;
Undocumented in source.
makePolygonsFromOutlines
GodotMethod!(void) makePolygonsFromOutlines;
Undocumented in source.
removeOutline
GodotMethod!(void, long) removeOutline;
Undocumented in source.
setOutline
GodotMethod!(void, long, PoolVector2Array) setOutline;
Undocumented in source.
setVertices
GodotMethod!(void, PoolVector2Array) setVertices;
Undocumented in source.

Meta