MaxstARSDK
3.5.0
|
Initialize system environment with app key, screen size and orientation More...
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... | |
Initialize system environment with app key, screen size and orientation
Definition at line 14 of file AbstractARManager.cs.
|
strong |
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.
|
protectedvirtual |
Intialize sdk
Definition at line 46 of file AbstractARManager.cs.
|
protected |
Set device orientation and surface size
Definition at line 66 of file AbstractARManager.cs.
|
protectedvirtual |
Release sdk
Definition at line 129 of file AbstractARManager.cs.
void maxstAR.AbstractARManager.SetWorldCenterMode | ( | WorldCenterMode | worldCenterMode | ) |
Set world center mode
worldCenterMode | World center enum value |
Definition at line 172 of file AbstractARManager.cs.
|
get |
Get world center mode value
Definition at line 161 of file AbstractARManager.cs.