public class Raycast.RaycastResult extends java.lang.Object implements java.lang.Comparable<Raycast.RaycastResult>
Modifier and Type | Field and Description |
---|---|
float |
distance |
Vector3 |
intersection |
IRenderable |
renderable |
Constructor and Description |
---|
Raycast.RaycastResult() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Raycast.RaycastResult another) |
public IRenderable renderable
public Vector3 intersection
public float distance
public int compareTo(Raycast.RaycastResult another)
compareTo
in interface java.lang.Comparable<Raycast.RaycastResult>