C# Class TerrainDisplay.Recast.NavMeshManager

Show file Open project: WCell/WCell-Terrain Class Usage Examples

Public Methods

Method Description
GetMeshVerticesAndIndices ( List &vertices, List &indices ) : void
SetNavMesh ( NavMesh mesh ) : void

Method Details

GetMeshVerticesAndIndices() public method

public GetMeshVerticesAndIndices ( List &vertices, List &indices ) : void
vertices List
indices List
return void

SetNavMesh() public method

public SetNavMesh ( NavMesh mesh ) : void
mesh NavMesh
return void