All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
HitTestResult Class Reference

The result of performing a hit test in the world. More...

Public Member Functions

override bool Equals (object obj)
 
override int GetHashCode ()
 
override string ToString ()
 

Properties

Vector3 Position [get]
 Position of the hit test collision point.
 
Quaternion Rotation [get]
 Orientation of the hit test collision point.
 

Detailed Description

The result of performing a hit test in the world.

Member Function Documentation

◆ Equals()

override bool Equals ( object obj)
inline

◆ GetHashCode()

override int GetHashCode ( )
inline

◆ ToString()

override string ToString ( )
inline

Property Documentation

◆ Position

Vector3 Position
get

Position of the hit test collision point.

◆ Rotation

Quaternion Rotation
get

Orientation of the hit test collision point.