Atavism Version 2018.1AGIS API

atavism.server.pathing.detour
Class NavMeshBuilder

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

public class NavMeshBuilder
extends java.lang.Object


Field Summary
static int ExtLink
           
 MeshHeader Header
           
static int MaxAreas
           
 BVNode[] NavBvTree
           
 PolyDetail[] NavDMeshes
           
 short[] NavDTris
           
 float[] NavDVerts
           
 Link[] NavLinks
           
 Poly[] NavPolys
           
 float[] NavVerts
           
static short OffMeshConBiDir
           
 OffMeshConnection[] OffMeshCons
           
static short PolyTypeGround
           
static short PolyTypeOffMeshConnection
           
static int VertsPerPoly
           
 
Constructor Summary
NavMeshBuilder()
           
NavMeshBuilder(NavMeshCreateParams param)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Header

public MeshHeader Header

NavVerts

public float[] NavVerts

NavPolys

public Poly[] NavPolys

NavLinks

public Link[] NavLinks

NavDMeshes

public PolyDetail[] NavDMeshes

NavDVerts

public float[] NavDVerts

NavDTris

public short[] NavDTris

NavBvTree

public BVNode[] NavBvTree

OffMeshCons

public OffMeshConnection[] OffMeshCons

MaxAreas

public static int MaxAreas

VertsPerPoly

public static int VertsPerPoly

PolyTypeGround

public static short PolyTypeGround

PolyTypeOffMeshConnection

public static short PolyTypeOffMeshConnection

ExtLink

public static int ExtLink

OffMeshConBiDir

public static short OffMeshConBiDir
Constructor Detail

NavMeshBuilder

public NavMeshBuilder()

NavMeshBuilder

public NavMeshBuilder(NavMeshCreateParams param)


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