|
|||||||||
| 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.crowd.PathQueue
public class PathQueue
| Field Summary | |
|---|---|
static long |
PathQInvalid
|
| Constructor Summary | |
|---|---|
PathQueue()
|
|
| Method Summary | |
|---|---|
DetourStatusReturn |
GetPathResult(long refId,
long[] path,
int pathSize,
int maxPath)
|
java.util.EnumSet<Status> |
GetRequestStatus(long refId)
|
java.lang.Boolean |
Init(int maxPathSize,
int maxSearchNodeCount,
NavMesh nav)
|
NavMeshQuery |
NavQuery()
|
long |
Request(long startRef,
long endRef,
float[] startPos,
float[] endPos,
QueryFilter filter)
|
void |
Update(int maxIters)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long PathQInvalid
| Constructor Detail |
|---|
public PathQueue()
| Method Detail |
|---|
public java.lang.Boolean Init(int maxPathSize,
int maxSearchNodeCount,
NavMesh nav)
public void Update(int maxIters)
public long Request(long startRef,
long endRef,
float[] startPos,
float[] endPos,
QueryFilter filter)
public java.util.EnumSet<Status> GetRequestStatus(long refId)
public DetourStatusReturn GetPathResult(long refId,
long[] path,
int pathSize,
int maxPath)
public NavMeshQuery NavQuery()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||