enum BackendPlatform
This describes the platform that StereoKit is running on.
Enum Values
| Android | This is running as an Android app. |
| Linux | This is running as a Linux app. |
| Uwp | This is running as a Windows app using the UWP APIs. |
| Web | This is running in a browser. |
| Win32 | This is running as a Windows app using the Win32 APIs. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!