C++ Java Unity
Unity Reference
GuideView3DBehaviour Class Reference

Class representing a 3D Guide View for Model Target Detection. More...

Inheritance diagram for GuideView3DBehaviour:
VuforiaMonoBehaviour

Public Member Functions

void UpdateFromGuideViewPose ()
 
void UpdateGuideViewPose (Matrix4x4 newPose)
 Updates the pose of the GuideView with the new values Only executed if there is sufficient change to the old values More...
 
void UpdateView (ModelTargetBehaviour modelTarget, GuideView guideView)
 Updates the Guide View content and layout. More...
 

Detailed Description

Class representing a 3D Guide View for Model Target Detection.

Member Function Documentation

void UpdateFromGuideViewPose ( )
void UpdateGuideViewPose ( Matrix4x4  newPose)

Updates the pose of the GuideView with the new values Only executed if there is sufficient change to the old values

Parameters
newPoseThe new pose in matrix form
void UpdateView ( ModelTargetBehaviour  modelTarget,
GuideView  guideView 
)

Updates the Guide View content and layout.

Parameters
modelTarget
guideView