|
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.server.pathing.detour.NavMeshParams
public class NavMeshParams
Configuration parameters used to define multi-tile navigation meshes. The values are used to allocate space during the initialization of a navigation mesh.
NavMesh#init(atavism.server.pathing.detour.NavMeshParams)| Field Summary | |
|---|---|
int |
MaxPolys
|
int |
MaxTiles
|
float[] |
Orig
|
float |
TileHeight
|
float |
TileWidth
|
| Constructor Summary | |
|---|---|
NavMeshParams()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public float[] Orig
public float TileWidth
public float TileHeight
public int MaxTiles
public int MaxPolys
| Constructor Detail |
|---|
public NavMeshParams()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||