C API Unity API
Unity API Reference (Version 10.22.5)
GuideView3DBehaviour Class Reference

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

Inheritance diagram for GuideView3DBehaviour:
RuntimeMeshRenderingBehaviour VuforiaMonoBehaviour

Public Member Functions

void UpdateFromGuideViewPose ()
 Update the pose of the behaviour to the latest pose of the current Guide View More...
 
void UpdateView (ModelTargetBehaviour modelTarget, GuideView guideView)
 Updates the Guide View content and layout. More...
 

Public Attributes

Material mGuideViewMaterial = null
 
- Public Attributes inherited from RuntimeMeshRenderingBehaviour
GameObject RuntimeMeshRoot => mMeshRoot
 Root GameObject of the rendered runtime mesh More...
 

Properties

Material [] GuideViewMaterials [get, set]
 
- Properties inherited from RuntimeMeshRenderingBehaviour
Material DisplayMaterial [get, set]
 The material that is automatically applied to all mesh blocks. More...
 
Material [] DisplayMaterials [get, set]
 The materials that are automatically applied to all mesh blocks. More...
 

Detailed Description

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

Member Function Documentation

◆ UpdateFromGuideViewPose()

void UpdateFromGuideViewPose ( )
inline

Update the pose of the behaviour to the latest pose of the current Guide View

◆ UpdateView()

void UpdateView ( ModelTargetBehaviour  modelTarget,
GuideView  guideView 
)
inline

Updates the Guide View content and layout.

Parameters
modelTargetThe Model Target to render the Guide View for
guideViewThe active Guide View of the Model Target

Member Data Documentation

◆ mGuideViewMaterial

Material mGuideViewMaterial = null

Property Documentation

◆ GuideViewMaterials

Material [] GuideViewMaterials
getset