Method | Description | |
---|---|---|
ExtractedTerrainManager ( string dataPath, TileIdentifier tileId ) : System | ||
GetRecastTriangleMesh ( System.Vector3 &vertices, int &indices ) : void | ||
LoadTile ( TileIdentifier tileId ) : bool |
public ExtractedTerrainManager ( string dataPath, TileIdentifier tileId ) : System | ||
dataPath | string | |
tileId | TileIdentifier | |
return | System |
public GetRecastTriangleMesh ( System.Vector3 &vertices, int &indices ) : void | ||
vertices | System.Vector3 | |
indices | int | |
return | void |
public LoadTile ( TileIdentifier tileId ) : bool | ||
tileId | TileIdentifier | |
return | bool |