Skip to main content

NavMesh

Complete API reference for NavMesh, including constructors, attributes, virtual attributes, and methods.

Package: JAVARuntime

Category: AI

Component: yes


public class NavMesh extends Component

Constructors

SignatureDescription
NavMesh(BakedNavMesh)Executes NavMesh and returns after the underlying engine call finishes.
NavMesh(Engine)Executes NavMesh and returns after the underlying engine call finishes.
NavMesh()Creates a new instance of NavMesh.

Attributes

NameTypeDescription
instanceBakedNavMeshRepresents the instance value stored on this instance. Read or assign to update the property.

Virtual Attributes

NameTypeAccessDescription
agentHeightfloatget/setVirtual attribute exposed by getAgentHeight. Access it like a field to read or write the underlying value.
agentMaxClimbfloatget/setVirtual attribute exposed by getAgentMaxClimb. Access it like a field to read or write the underlying value.
agentMaxSlopefloatget/setVirtual attribute exposed by getAgentMaxSlope. Access it like a field to read or write the underlying value.
agentWidthfloatget/setVirtual attribute exposed by getAgentWidth. Access it like a field to read or write the underlying value.
cellHeightfloatgetVirtual attribute exposed by getCellHeight. Access it like a field to read or write the underlying value.
cellSizefloatgetVirtual attribute exposed by getCellSize. Access it like a field to read or write the underlying value.
detailSampleDistfloatget/setVirtual attribute exposed by getDetailSampleDist. Access it like a field to read or write the underlying value.
detailSampleMaxErrorfloatget/setVirtual attribute exposed by getDetailSampleMaxError. Access it like a field to read or write the underlying value.
edgeMaxErrorfloatget/setVirtual attribute exposed by getEdgeMaxError. Access it like a field to read or write the underlying value.
edgeMaxLenfloatget/setVirtual attribute exposed by getEdgeMaxLen. Access it like a field to read or write the underlying value.
maxPathFailsintget/setVirtual attribute exposed by getMaxPathFails. Access it like a field to read or write the underlying value.
maxTilesintget/setVirtual attribute exposed by getMaxTiles. Access it like a field to read or write the underlying value.
regionMergeAreafloatgetVirtual attribute exposed by getRegionMergeArea. Access it like a field to read or write the underlying value.
regionMergeSizeintget/setVirtual attribute exposed by getRegionMergeSize. Access it like a field to read or write the underlying value.
regionMinAreafloatgetVirtual attribute exposed by getRegionMinArea. Access it like a field to read or write the underlying value.
regionMinSizeintget/setVirtual attribute exposed by getRegionMinSize. Access it like a field to read or write the underlying value.
tileSizeintget/setVirtual attribute exposed by getTileSize. Access it like a field to read or write the underlying value.

Methods

SignatureReturnsDescription
generateBake()voidExecutes generateBake and returns after the underlying engine call finishes.