Create(byte*, int)
Initializes a new instance of the DataStreamWriter struct with externally owned memory
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public static DataStreamWriter Create(byte* data, int length)
Parameters
Returns
Type | Description |
|---|---|
| DataStreamWriter | A new instance of the DataStreamWriter |