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

Method backend_platform_get

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

Source from the content-addressed store, hash-verified

673 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void backend_openxr_remove_callback_poll_event ([MarshalAs(UnmanagedType.FunctionPtr)] XRPollEventCallback on_poll_event);
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 ();

Callers 1

BackendClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected