MaxstAR Unity
Public Types | Public Member Functions | Protected Member Functions | Properties | List of all members
maxstAR.AbstractARManager Class Reference

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

Inheritance diagram for maxstAR.AbstractARManager:

Public Types

enum  WorldCenterMode { WorldCenterMode.CAMERA = 0, WorldCenterMode.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

◆ Init()

void maxstAR.AbstractARManager.Init ( )
protected

Intialize sdk

◆ SetWorldCenterMode()

void maxstAR.AbstractARManager.SetWorldCenterMode ( WorldCenterMode  worldCenterMode)

Set world center mode

Parameters
worldCenterModeWorld center enum value

Property Documentation

◆ WorldCenterModeSetting

WorldCenterMode maxstAR.AbstractARManager.WorldCenterModeSetting
get

Get world center mode value


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