C++ Java Unity
Unity Reference
PlaneFinderBehaviour Class Reference
Inheritance diagram for PlaneFinderBehaviour:
VuforiaMonoBehaviour

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...
 

Member Function Documentation

void PerformHitTest ( Vector2  screenPosition)

Perform a manual hit test at the position in screen space

Parameters
screenPosition

Member Data Documentation

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

Property Documentation

The currently set HitTestMode Can bei either AUTOMATIC or INTERACTIVE