DeferredOperationQueue Class
Queue for deferring operations until safe to apply. Used internally by EntityWorld to batch structural changes.
internal class DeferredOperationQueue<T>
Type parameters¶
T
Inheritance System.Object → DeferredOperationQueue\<T>
| Methods | |
|---|---|
| Contains(T) | Checks if an item is already queued. |