Field enqueueTask
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
enqueueTask
The callback that spawns a task.
public delegate* unmanaged[Cdecl]<delegate* unmanaged[Cdecl]<void*, void>, void*, void*, byte*, void*> enqueueTaskField Value
Remarks
Signature: void* (delegate* unmanaged[Cdecl]<void*, void> task, void* taskContext, void* userContext, byte* taskName).
Returning null tells Box3D the work ran serially and Box3D.Native.b3WorldDef.finishTask will not be called for it.