C++ Java Unity
Unity Reference
GuideView Class Reference

This class represents a Guide View which can be extracted from the DataSet More...

Inheritance diagram for GuideView:

Public Member Functions

 GuideView (IntPtr nativeGuideView)
 Creates the C# Guide View data from the native pointer More...
 

Properties

Texture2D Image [get]
 Guide view image is loaded and cached. More...
 
string Name [get]
 The name of this guide view More...
 
Matrix4x4 Pose [get, set]
 The pose of the guide view in camera space If set, the guide view's image is updated. More...
 

Events

PropertyChangedEventHandler PropertyChanged
 

Detailed Description

This class represents a Guide View which can be extracted from the DataSet

Constructor & Destructor Documentation

GuideView ( IntPtr  nativeGuideView)

Creates the C# Guide View data from the native pointer

Parameters
nativeGuideViewVuforia Engine native GuideView pointer

Property Documentation

Texture2D Image
get

Guide view image is loaded and cached.

string Name
get

The name of this guide view

Matrix4x4 Pose
getset

The pose of the guide view in camera space If set, the guide view's image is updated.

Event Documentation

PropertyChangedEventHandler PropertyChanged