GEMDeviceStateRunnable¶
Namespace: wevr.GEM.Runtime
Type: Class
Description¶
GEMDeviceStateRunnable is a thread that runs in the background and updates GEM about the device. It is created and coupled to GEM_GameInstance. It currently reports the device's battery level to GEM.
Properties¶
IsRunning¶
bool IsRunning { get; set; }
Methods¶
Start¶
void Start()
Stop¶
void Stop()