public class DetourRaycastHit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
DetourRaycastHit() |
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