Gets a value indicating whether updates for the target are currently suspended
A unique ID for this suspendable instance. Consider using the generateGuid function to ensure this is unique
Called by IUpdateSuspender each time a target suspender is resumed. When the final target suspender has been resumed, resumeUpdates is called
USED INTERNALLY. Resumes updates on the target
Suspends drawing updates on the target until the returned object IUpdateSuspender.resume is called, when a final draw call will be issued
Generated using TypeDoc
Types which implement ISuspendable can have updates suspended/resumed. Useful for batch operations.