MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / backend_android_get_java_vm

Method backend_android_get_java_vm

StereoKit/Native/NativeAPI.cs:676–676  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

674 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_set_hand_joint_scale (float joint_scale_factor);
675 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BackendPlatform backend_platform_get ();
676 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_android_get_java_vm ();
677 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_android_get_activity();
678 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_android_get_jni_env ();
679 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern BackendGraphics backend_graphics_get ();

Callers 1

AndroidClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected