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

Method backend_openxr_get_space

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

Source from the content-addressed store, hash-verified

658 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_session ();
659 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_system_id();
660 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern ulong backend_openxr_get_space ();
661 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern long backend_openxr_get_time ();
662 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern long backend_openxr_get_eyes_sample_time();
663 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern IntPtr backend_openxr_get_function(string function_name);

Callers 1

OpenXRClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected