TryResize(int, NativeArrayOptions)
Attempt to set the length in bytes of this string.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool TryResize(int newLength, NativeArrayOptions clearOptions = NativeArrayOptions.ClearMemory)
Parameters
The new length in bytes of the string.
Whether any bytes added should be zeroed out.
Returns
Type | Description |
|---|---|
| bool | Always true. |