Property | Type | Description | |
---|---|---|---|
Hit | bool | ||
Position | Vector3 | ||
Terrain | Axiom.Components.Terrain.Terrain |
Method | Description | |
---|---|---|
RayResult ( bool hit, Axiom.Components.Terrain.Terrain terrain, Vector3 pos ) : System |
Constructor.
|
public RayResult ( bool hit, Axiom.Components.Terrain.Terrain terrain, Vector3 pos ) : System | ||
hit | bool | Whether an intersection occurred |
terrain | Axiom.Components.Terrain.Terrain | Which terrain instance was hit, if any |
pos | Vector3 | Position at which the intersection occurred |
return | System |