|
MaxstARSDK
|
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 | |
| WorldCenterMode | WorldCenterModeSetting [get] |
| Get world center mode value More... | |
Initialize system environment with app key, screen size and orientation
|
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 |
|
protectedvirtual |
Intialize sdk

|
protected |
Set device orientation and surface size


|
protectedvirtual |
Release sdk
| void maxstAR.AbstractARManager.SetWorldCenterMode | ( | WorldCenterMode | worldCenterMode | ) |
Set world center mode
| worldCenterMode | World center enum value |


|
get |
Get world center mode value