Add(in T)
Adds an element to the end of the list.
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Method
- Namespace: Unity.Collections.LowLevel.Unsafe
- Assembly: UnityEngine.ManagedKernelModule
Add(T)
public void Add(in T value)
Parameters
Remarks
Increments the length by 1. Increases the capacity if necessary.