Class NativeStreamUnsafeUtility
Provides unsafe utility methods for NativeStream.
Namespace: Unity.Collections.LowLevel.Unsafe
Assembly: Unity.Collections.dll
Syntax
public static class NativeStreamUnsafeUtility
Methods
GetUnsafeForEachCountPtr(ref NativeStream)
Returns a pointer to this stream's buffer counter.
Declaration
public static void* GetUnsafeForEachCountPtr(this ref NativeStream stream)
Parameters
| Type | Name | Description |
|---|---|---|
| NativeStream | stream | The stream. |
Returns
| Type | Description |
|---|---|
| void* | A pointer to this stream's buffer counter. |