Google.
XR.
Cardboard.
XRLoader
XR Loader for Cardboard XR Plugin.
Summary
Loads Display and Input Subsystems.
Inheritance
Inherits from: XRLoaderHelperPublic functions
Deinitialize
()
override bool
Ask loader to deinitialize all initialized subsystems.
Initialize
()
override bool
Initialize the loader.
Start
()
override bool
Ask loader to start all initialized subsystems.
Stop
()
override bool
Ask 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.
|

