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