Pular para o conteúdo principal

Class: NavMesh

This page documents the methods and fields available in the NavMesh class.

Members

SignatureDescription
NavMesh()Creates a new instance of NavMesh.
generateBake()Performs the generateBake operation.
getAgentHeight()Returns the current agent height.
getAgentMaxClimb()Returns the current agent max climb.
getAgentMaxSlope()Returns the current agent max slope.
getAgentWidth()Returns the current agent width.
getCellHeight()Returns the current cell height.
getCellSize()Returns the current cell size.
getDetailSampleDist()Returns the current detail sample dist.
getDetailSampleMaxError()Returns the current detail sample max error.
getEdgeMaxError()Returns the current edge max error.
getEdgeMaxLen()Returns the current edge max len.
getMaxPathFails()Returns the current max path fails.
getMaxTiles()Returns the current max tiles.
getRegionMergeArea()Returns the current region merge area.
getRegionMergeSize()Returns the current region merge size.
getRegionMinArea()Returns the current region min area.
getRegionMinSize()Returns the current region min size.
getTileSize()Returns the current tile size.
setAgentHeight(float)Sets or updates the agent height.
setAgentMaxClimb(float)Sets or updates the agent max climb.
setAgentMaxSlope(float)Sets or updates the agent max slope.
setAgentWidth(float)Sets or updates the agent width.
setDetailSampleDist(float)Sets or updates the detail sample dist.
setDetailSampleMaxError(float)Sets or updates the detail sample max error.
setEdgeMaxError(float)Sets or updates the edge max error.
setEdgeMaxLen(float)Sets or updates the edge max len.
setMaxPathFails(int)Sets or updates the max path fails.
setMaxTiles(int)Sets or updates the max tiles.
setRegionMergeSize(int)Sets or updates the region merge size.
setRegionMinSize(int)Sets or updates the region min size.
setTileSize(int)Sets or updates the tile size.