ResizeUninitialized(int)
Sets the length in bytes.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
public void ResizeUninitialized(int length)
Parameters
The new length.
Remarks
If the new length exceeds the capacity, capacity is expanded to the new length.