|
|||||||||
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.DetourRaycastHit
public class DetourRaycastHit
Field Summary | |
---|---|
int |
hitEdgeIndex
|
float[] |
hitNormal
|
int |
maxPath
|
long[] |
path
|
float |
pathCost
|
int |
pathCount
|
static int |
RAYCAST_USE_COSTS
|
java.util.EnumSet<Status> |
status
|
float |
t
|
Constructor Summary | |
---|---|
DetourRaycastHit()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float t
public float[] hitNormal
public int hitEdgeIndex
public long[] path
public int pathCount
public int maxPath
public float pathCost
public java.util.EnumSet<Status> status
public static final int RAYCAST_USE_COSTS
Constructor Detail |
---|
public DetourRaycastHit()
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |