Atavism Version 2018.1AGIS API

atavism.server.pathing.detour
Class NavMeshParams

java.lang.Object
  extended by atavism.server.pathing.detour.NavMeshParams

public class NavMeshParams
extends java.lang.Object

Configuration parameters used to define multi-tile navigation meshes. The values are used to allocate space during the initialization of a navigation mesh.

See Also:
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

Orig

public float[] Orig

TileWidth

public float TileWidth

TileHeight

public float TileHeight

MaxTiles

public int MaxTiles

MaxPolys

public int MaxPolys
Constructor Detail

NavMeshParams

public NavMeshParams()


Copyright © 2018 Dragonsan Studios Sp. z o.o.