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

Method sk_step

StereoKit/Native/NativeAPI.cs:20–21  ·  view source on GitHub ↗
([MarshalAs(UnmanagedType.FunctionPtr)] Action app_update)

Source from the content-addressed store, hash-verified

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);
23 [return: MarshalAs(UnmanagedType.Bool)]
24 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern bool sk_is_stepping();

Callers 1

StepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected