Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AddNoResize(T)

Appends an element to the end of this list.
Read time 1 minuteLast updated 10 days ago

Definition

  • Type: Method
  • Namespace: Unity.Collections
  • Assembly: UnityEngine.ManagedKernelModule
public void AddNoResize(T value)

Parameters

value

T
The value to add to the end of this list.

Remarks

Increments the length by 1 unless doing so would exceed the current capacity.