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

Method sk_quit

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

Source from the content-addressed store, hash-verified

17 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sk_shutdown();
18 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sk_shutdown_unsafe();
19 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sk_quit();
20 [return: MarshalAs(UnmanagedType.Bool)]
21 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool sk_step([MarshalAs(UnmanagedType.FunctionPtr)] Action app_update);
22 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void sk_run([MarshalAs(UnmanagedType.FunctionPtr)] Action app_update, [MarshalAs(UnmanagedType.FunctionPtr)] Action app_shutdown);

Callers 1

QuitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected