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

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

Inheritance diagram for GuideView:

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

Events

PropertyChangedEventHandler PropertyChanged
 

Detailed Description

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

Property Documentation

◆ Image

Texture2D Image
get

Guide view image is loaded and cached.

◆ Name

string Name
get

The name of this guide view

◆ Pose

Matrix4x4 Pose
getset

The pose of the guide view in camera space

Event Documentation

◆ PropertyChanged

PropertyChangedEventHandler PropertyChanged