Google.
XR Loader for CardboardXR Plugin.
Summary
Loads Display and Input Subsystems.
Inheritance
Inherits from: XRLoaderHelper| Public functions | |
|---|---|
| Deinitialize() | override boolAsk loader to deinitialize all initialized subsystems.  | 
| Initialize() | override boolInitialize the loader.  | 
| Start() | override boolAsk loader to start all initialized subsystems.  | 
| Stop() | override boolAsk loader to stop all initialized subsystems.  | 
Public functions
Deinitialize
override bool Deinitialize()
Ask loader to deinitialize all initialized subsystems.
| Details | |
|---|---|
| Returns | Whether or not deinitialization succeeded. | 
Initialize
override bool Initialize()
Initialize the loader.
This should initialize all subsystems to support the desired runtime setup this loader represents.
| Details | |
|---|---|
| Returns | Whether or not initialization succeeded. | 
Start
override bool Start()
Ask loader to start all initialized subsystems.
| Details | |
|---|---|
| Returns | Whether or not all subsystems were successfully started. | 
Stop
override bool Stop()
Ask loader to stop all initialized subsystems.
| Details | |
|---|---|
| Returns | Whether or not all subsystems were successfully stopped. |