GetUnsafeReader()
Returns the internal unsafe stream reader.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public UnsafeStream.Reader GetUnsafeReader()
Returns
Type | Description |
|---|---|
| Reader | The internal unsafe stream reader. |
Remarks
Internally, the NativeStream.Reader uses an unsafe stream reader for access to the stream content.