Method AsNativeArray
AsNativeArray()
Convert internal data buffer to NativeArray for use in entities APIs.
Declaration
public NativeArray<byte> AsNativeArray()
Returns
| Type | Description |
|---|---|
| NativeArray<byte> | NativeArray representation of internal buffer. |