C# 클래스 TerrainDisplay.Recast.NavMeshManager

파일 보기 프로젝트 열기: WCell/WCell-Terrain 1 사용 예제들

공개 메소드들

메소드 설명
GetMeshVerticesAndIndices ( List &vertices, List &indices ) : void
SetNavMesh ( NavMesh mesh ) : void

메소드 상세

GetMeshVerticesAndIndices() 공개 메소드

public GetMeshVerticesAndIndices ( List &vertices, List &indices ) : void
vertices List
indices List
리턴 void

SetNavMesh() 공개 메소드

public SetNavMesh ( NavMesh mesh ) : void
mesh NavMesh
리턴 void