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

Class handling the activation/update/rendering of the Guide View for Model Target detection. More...

Inheritance diagram for GuideViewRenderingBehaviour:
VuforiaMonoBehaviour

Public Member Functions

void DeleteTargetGuideView ()
 Destroys the internal GuideViewGameObject and makes sure that a 3D guideview object is returned to it's previous owner.
 
void DetachEvents ()
 
void Initialize (ModelTargetBehaviour modelTarget)
 Setup function that creates the necessary GuideView rendering components for the provided ModelTargetBehaviour Depending on the set GuideView display mode, different scene-trees are created.
 

Public Attributes

float guideReappearanceDelay = 1.0f
 Time (in seconds) before the Guide View reappears after tracking is lost.
 

Detailed Description

Class handling the activation/update/rendering of the Guide View for Model Target detection.

Member Function Documentation

◆ DeleteTargetGuideView()

void DeleteTargetGuideView ( )
inline

Destroys the internal GuideViewGameObject and makes sure that a 3D guideview object is returned to it's previous owner.

◆ DetachEvents()

void DetachEvents ( )
inline
Deprecated
This method is obsolete and will be removed in an upcoming version of Vuforia

◆ Initialize()

void Initialize ( ModelTargetBehaviour modelTarget)
inline

Setup function that creates the necessary GuideView rendering components for the provided ModelTargetBehaviour Depending on the set GuideView display mode, different scene-trees are created.

Parameters
modelTargetThe ModelTarget to be used for GuideView rendering

Member Data Documentation

◆ guideReappearanceDelay

float guideReappearanceDelay = 1.0f

Time (in seconds) before the Guide View reappears after tracking is lost.