| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Unity.Collections.NativeArrayOptions.html | [Back] [Original] |
Options for controlling how memory is cleared.
You can either clear memory on allocation or leave it uninitialized. NativeArrayOptions.ClearMemory is the default.
| Property | Description |
|---|---|
| UninitializedMemory | Leaves NativeArray<T0> memory uninitialized. |
| ClearMemory | Clears NativeArray<T0> memory on allocation. |
| Web Proxy Viewer | New URL | Original Page |