Public Member Functions | |
void | PerformHitTest (Vector2 screenPosition) |
Perform a manual hit test at the position in screen space More... | |
Public Attributes | |
float | Height = 1.4f |
The assumed real world height of the camera in meters More... | |
HitTestEvent | OnAutomaticHitTest |
Triggered on an automatic hit test More... | |
HitTestEvent | OnInteractiveHitTest |
Triggered on an interactive hit test More... | |
GameObject | PlaneIndicator |
The GameObject that is shown where a point on a plane is detected More... | |
Properties | |
HitTestMode | HitTestMode [get, set] |
The currently set HitTestMode Can bei either AUTOMATIC or INTERACTIVE More... | |
void PerformHitTest | ( | Vector2 | screenPosition | ) |
Perform a manual hit test at the position in screen space
screenPosition |
float Height = 1.4f |
The assumed real world height of the camera in meters
HitTestEvent OnAutomaticHitTest |
Triggered on an automatic hit test
HitTestEvent OnInteractiveHitTest |
Triggered on an interactive hit test
GameObject PlaneIndicator |
The GameObject that is shown where a point on a plane is detected
|
getset |
The currently set HitTestMode Can bei either AUTOMATIC or INTERACTIVE