프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Dlls | string[] |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddInputMeshGenerator | void | ||
DoAddHooks | void | ||
GenerateInputMesh | void | ||
GetMaxVertsPerPolygon | int | ||
OnNavMeshDone | void | ||
OnNavMeshGenerated | void | ||
OnNavMeshTileGenerated | void | ||
RemoveMeshGenerator | void | ||
RunRecast | void | ||
SetNavMeshDoneCallback | void | ||
SetNavMeshGeneratedCallback | void | ||
SetNavMeshTileAddedCallback | void | ||
SetNavSpeed | void | ||
Test | void |
메소드 | 설명 | |
---|---|---|
GenerateInputMesh ( |
Generate a mesh using the input mesh parameters, within the given InputGeometry object "geom"
|
|
InitAPI ( ) : void |
메소드 | 설명 | |
---|---|---|
AddInputMeshGenerator ( [ name, [ callback ) : void | ||
DoAddHooks ( ) : void | ||
GenerateInputMesh ( |
||
GetMaxVertsPerPolygon ( ) : int | ||
OnNavMeshDone ( long navMeshId ) : void | ||
OnNavMeshGenerated ( long navMeshId, int w, int h, float origin, float tileW, float tileH, int maxTiles ) : void | ||
OnNavMeshTileGenerated ( long navMeshId, int x, int y, int nextX, int nextY, uint flags, int vertCount, float vertices, int pCount, int pVCount, uint pFlinks, ushort pVerts, ushort pNeighbors, ushort pFlags, ushort pvCounts, byte pAreas, byte pTypes, int lCount, uint lRefs, uint lNextLinks, byte lEdges, byte lSides, byte lBMins, byte lBMaxs, int dCount, ushort dVBases, ushort dVCounts, ushort dTBases, ushort dTCounts, int dVCount, float dVerts, int dTCount, byte dTris, int omCount, float omPos, float omRads, ushort omPolys, byte omFlags, byte omSides ) : void | ||
RemoveMeshGenerator ( [ name ) : void | ||
RunRecast ( ) : void | ||
SetNavMeshDoneCallback ( _NavMeshDoneHandler cb ) : void | ||
SetNavMeshGeneratedCallback ( _NavMeshGeneratedHandler cb ) : void | ||
SetNavMeshTileAddedCallback ( _NavMeshTileGeneratedHandler cb ) : void | ||
SetNavSpeed ( float speed ) : void | ||
Test ( [ cb ) : void |
public static GenerateInputMesh ( |
||
geom | ||
vertices | System.Vector3 | |
_triangles | int | |
name | string | |
리턴 | void |