NavigationMesh.GDNativeClassBinding

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

Members

Static variables

_getPolygons
GodotMethod!(Array) _getPolygons;
Undocumented in source.
_setPolygons
GodotMethod!(void, Array) _setPolygons;
Undocumented in source.
addPolygon
GodotMethod!(void, PoolIntArray) addPolygon;
Undocumented in source.
clearPolygons
GodotMethod!(void) clearPolygons;
Undocumented in source.
createFromMesh
GodotMethod!(void, Mesh) createFromMesh;
Undocumented in source.
getAgentHeight
GodotMethod!(double) getAgentHeight;
Undocumented in source.
getAgentMaxClimb
GodotMethod!(double) getAgentMaxClimb;
Undocumented in source.
getAgentMaxSlope
GodotMethod!(double) getAgentMaxSlope;
Undocumented in source.
getAgentRadius
GodotMethod!(double) getAgentRadius;
Undocumented in source.
getCellHeight
GodotMethod!(double) getCellHeight;
Undocumented in source.
getCellSize
GodotMethod!(double) getCellSize;
Undocumented in source.
getCollisionMask
GodotMethod!(long) getCollisionMask;
Undocumented in source.
getCollisionMaskBit
GodotMethod!(bool, long) getCollisionMaskBit;
Undocumented in source.
getDetailSampleDistance
GodotMethod!(double) getDetailSampleDistance;
Undocumented in source.
getDetailSampleMaxError
GodotMethod!(double) getDetailSampleMaxError;
Undocumented in source.
getEdgeMaxError
GodotMethod!(double) getEdgeMaxError;
Undocumented in source.
getEdgeMaxLength
GodotMethod!(double) getEdgeMaxLength;
Undocumented in source.
getFilterLedgeSpans
GodotMethod!(bool) getFilterLedgeSpans;
Undocumented in source.
getFilterLowHangingObstacles
GodotMethod!(bool) getFilterLowHangingObstacles;
Undocumented in source.
getFilterWalkableLowHeightSpans
GodotMethod!(bool) getFilterWalkableLowHeightSpans;
Undocumented in source.
getParsedGeometryType
GodotMethod!(long) getParsedGeometryType;
Undocumented in source.
getPolygon
GodotMethod!(PoolIntArray, long) getPolygon;
Undocumented in source.
getPolygonCount
GodotMethod!(long) getPolygonCount;
Undocumented in source.
getRegionMergeSize
GodotMethod!(double) getRegionMergeSize;
Undocumented in source.
getRegionMinSize
GodotMethod!(double) getRegionMinSize;
Undocumented in source.
getSamplePartitionType
GodotMethod!(long) getSamplePartitionType;
Undocumented in source.
getSourceGeometryMode
GodotMethod!(long) getSourceGeometryMode;
Undocumented in source.
getSourceGroupName
GodotMethod!(String) getSourceGroupName;
Undocumented in source.
getVertices
GodotMethod!(PoolVector3Array) getVertices;
Undocumented in source.
getVertsPerPoly
GodotMethod!(double) getVertsPerPoly;
Undocumented in source.
setAgentHeight
GodotMethod!(void, double) setAgentHeight;
Undocumented in source.
setAgentMaxClimb
GodotMethod!(void, double) setAgentMaxClimb;
Undocumented in source.
setAgentMaxSlope
GodotMethod!(void, double) setAgentMaxSlope;
Undocumented in source.
setAgentRadius
GodotMethod!(void, double) setAgentRadius;
Undocumented in source.
setCellHeight
GodotMethod!(void, double) setCellHeight;
Undocumented in source.
setCellSize
GodotMethod!(void, double) setCellSize;
Undocumented in source.
setCollisionMask
GodotMethod!(void, long) setCollisionMask;
Undocumented in source.
setCollisionMaskBit
GodotMethod!(void, long, bool) setCollisionMaskBit;
Undocumented in source.
setDetailSampleDistance
GodotMethod!(void, double) setDetailSampleDistance;
Undocumented in source.
setDetailSampleMaxError
GodotMethod!(void, double) setDetailSampleMaxError;
Undocumented in source.
setEdgeMaxError
GodotMethod!(void, double) setEdgeMaxError;
Undocumented in source.
setEdgeMaxLength
GodotMethod!(void, double) setEdgeMaxLength;
Undocumented in source.
setFilterLedgeSpans
GodotMethod!(void, bool) setFilterLedgeSpans;
Undocumented in source.
setFilterLowHangingObstacles
GodotMethod!(void, bool) setFilterLowHangingObstacles;
Undocumented in source.
setFilterWalkableLowHeightSpans
GodotMethod!(void, bool) setFilterWalkableLowHeightSpans;
Undocumented in source.
setParsedGeometryType
GodotMethod!(void, long) setParsedGeometryType;
Undocumented in source.
setRegionMergeSize
GodotMethod!(void, double) setRegionMergeSize;
Undocumented in source.
setRegionMinSize
GodotMethod!(void, double) setRegionMinSize;
Undocumented in source.
setSamplePartitionType
GodotMethod!(void, long) setSamplePartitionType;
Undocumented in source.
setSourceGeometryMode
GodotMethod!(void, long) setSourceGeometryMode;
Undocumented in source.
setSourceGroupName
GodotMethod!(void, String) setSourceGroupName;
Undocumented in source.
setVertices
GodotMethod!(void, PoolVector3Array) setVertices;
Undocumented in source.
setVertsPerPoly
GodotMethod!(void, double) setVertsPerPoly;
Undocumented in source.

Meta