⚠ Preview docs — built from the develop branch and may be unstable. Go to the stable docs.

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.
Macos This is running as a macOS app.
Uwp This is running as a Windows app using the UWP APIs. (No longer supported)
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!