MaxstARSDK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties
maxstAR.AbstractARManager Class Reference

Initialize system environment with app key, screen size and orientation More...

Inheritance diagram for maxstAR.AbstractARManager:
Inheritance graph
Collaboration diagram for maxstAR.AbstractARManager:
Collaboration graph

Public Types

enum class  WorldCenterMode { CAMERA = 0 , TARGET = 1 }
 The world center mode defines what is the center in game view. If camera is world center then trackable's transform is changed when tracking success. If traget is world center then main camera's transform is chagned when tracking success. More...
 

Public Member Functions

Camera GetARCamera ()
 
void SetWorldCenterMode (WorldCenterMode worldCenterMode)
 Set world center mode More...
 

Protected Member Functions

void Init ()
 Intialize sdk More...
 
void Deinit ()
 Release sdk More...
 

Properties

WorldCenterMode WorldCenterModeSetting [get]
 Get world center mode value More...
 

Detailed Description

Initialize system environment with app key, screen size and orientation

Member Enumeration Documentation

◆ WorldCenterMode

The world center mode defines what is the center in game view. If camera is world center then trackable's transform is changed when tracking success. If traget is world center then main camera's transform is chagned when tracking success.

Enumerator
CAMERA 

Camera is world center

TARGET 

Target is world center

Member Function Documentation

◆ Deinit()

void maxstAR.AbstractARManager.Deinit ( )
protected

Release sdk

◆ GetARCamera()

Camera maxstAR.AbstractARManager.GetARCamera ( )
Here is the caller graph for this function:

◆ Init()

void maxstAR.AbstractARManager.Init ( )
protected

Intialize sdk

Here is the call graph for this function:

◆ SetWorldCenterMode()

void maxstAR.AbstractARManager.SetWorldCenterMode ( WorldCenterMode  worldCenterMode)

Set world center mode

Parameters
worldCenterModeWorld center enum value
Here is the caller graph for this function:

Property Documentation

◆ WorldCenterModeSetting

WorldCenterMode maxstAR.AbstractARManager.WorldCenterModeSetting
get

Get world center mode value


The documentation for this class was generated from the following file: