Count()
Returns the total number of items in the buffers of the stream.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public int Count()
Returns
Type | Description |
|---|---|
| int | The total number of items in the buffers of the stream. |