MaxstARSDK  3.5.0
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

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

Protected Member Functions

virtual void Awake ()
 Intialize sdk More...
 
void Init ()
 Set device orientation and surface size More...
 
virtual void OnDestroy ()
 Release sdk More...
 

Properties

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

Detailed Description

Initialize system environment with app key, screen size and orientation

Definition at line 14 of file AbstractARManager.cs.

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

Definition at line 142 of file AbstractARManager.cs.

Member Function Documentation

◆ Awake()

virtual void maxstAR.AbstractARManager.Awake ( )
protectedvirtual

Intialize sdk

Definition at line 46 of file AbstractARManager.cs.

◆ Init()

void maxstAR.AbstractARManager.Init ( )
protected

Set device orientation and surface size

Definition at line 66 of file AbstractARManager.cs.

◆ OnDestroy()

virtual void maxstAR.AbstractARManager.OnDestroy ( )
protectedvirtual

Release sdk

Definition at line 129 of file AbstractARManager.cs.

◆ SetWorldCenterMode()

void maxstAR.AbstractARManager.SetWorldCenterMode ( WorldCenterMode  worldCenterMode)

Set world center mode

Parameters
worldCenterModeWorld center enum value

Definition at line 172 of file AbstractARManager.cs.

Property Documentation

◆ WorldCenterModeSetting

WorldCenterMode maxstAR.AbstractARManager.WorldCenterModeSetting
get

Get world center mode value

Definition at line 161 of file AbstractARManager.cs.


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