All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
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.
 
string Name [get]
 The name of this guide view.
 
Matrix4x4 Pose [get, set]
 The pose of the guide view in camera space.
 

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