static class Backend.Android

This class contains variables that may be useful for interop with the Android operating system, or other Android libraries.

Static Fields and Properties

   
IntPtr Activity This is the jobject activity that StereoKit uses on Android. This is only valid after SK.Initialize, on Android systems.
IntPtr JavaVM This is the JavaVM* object that StereoKit uses on Android. This is only valid after SK.Initialize, on Android systems.
IntPtr JNIEnvironment This is the JNIEnv* object that StereoKit uses on Android. This is only valid after SK.Initialize, on Android systems.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!