IsEmpty()
Returns true if this queue is empty.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public readonly bool IsEmpty()
Returns
Type | Description |
|---|---|
| bool | True if this queue has no items or if the queue has not been constructed. |