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

Method assets_current_task

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

Source from the content-addressed store, hash-verified

698
699 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void assets_releaseref_threadsafe(IntPtr asset);
700 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int assets_current_task ();
701 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int assets_total_tasks ();
702 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern int assets_current_task_priority();
703 [DllImport(dll, CharSet = cSet, CallingConvention = call)] public static extern void assets_block_for_priority (int priority);

Callers 1

AssetsClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected