bool | Find nearest point to surface. |
bool | Raycast to the surface with an optional maximum distance value. |
void | Start ( ) |
Vector3 Oculus.Interaction.Surfaces.AxisAlignedBox.Size |
---|
No description available.
|
Transform Oculus.Interaction.Surfaces.AxisAlignedBox.Transform |
---|
A transform for the surface. |
Bounds Oculus.Interaction.Surfaces.AxisAlignedBox.Bounds |
---|
No description available.
|
bool Oculus.Interaction.Surfaces.AxisAlignedBox.ClosestSurfacePoint ( in Vector3 point, out SurfaceHit hit, float maxDistance ) |
---|
Find nearest point to surface. Parameters ray Point to check hitThe returned hit data maxDistanceIf greater than zero, maximum distance of check Returns true if nearest point was found |
bool Oculus.Interaction.Surfaces.AxisAlignedBox.Raycast ( in Ray ray, out SurfaceHit hit, float maxDistance ) |
---|
Raycast to the surface with an optional maximum distance value. Parameters ray The ray to cast hitThe returned hit data maxDistanceIf greater than zero, maximum distance of raycast Returns true if surface was hit |
void Oculus.Interaction.Surfaces.AxisAlignedBox.Start ( ) |
---|
No description available.
|