Skip to content

Instantly share code, notes, and snippets.

@lyokato
Created May 23, 2018 02:35
Show Gist options
  • Save lyokato/4dc557d4283872f24c924ec259e7e814 to your computer and use it in GitHub Desktop.
Save lyokato/4dc557d4283872f24c924ec259e7e814 to your computer and use it in GitHub Desktop.
public static BatteryStatus batteryStatus
{
get {
#if UNITY_EDITOR_OSX
return BatteryStatus.NotCharging;
#else
return OVRP_1_1_0.ovrp_GetSystemBatteryStatus();
#endif
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment