Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ResizeUninitialized(int)

Sets the length of this list, increasing the capacity if necessary.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public void ResizeUninitialized(int length)

Parameters

length

The new length of this list.

Remarks

Does not clear newly allocated bytes.