C# Class TerrainDisplay.Recast.NavMeshManager

Afficher le fichier Open project: WCell/WCell-Terrain Class Usage Examples

Méthodes publiques

Méthode Description
GetMeshVerticesAndIndices ( List &vertices, List &indices ) : void
SetNavMesh ( NavMesh mesh ) : void

Method Details

GetMeshVerticesAndIndices() public méthode

public GetMeshVerticesAndIndices ( List &vertices, List &indices ) : void
vertices List
indices List
Résultat void

SetNavMesh() public méthode

public SetNavMesh ( NavMesh mesh ) : void
mesh NavMesh
Résultat void