Remove(T)
Removes a particular value.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: Unity.Collections
- Assembly: UnityEngine.ManagedKernelModule
public bool Remove(T item)
Parameters
Returns
Type | Description |
|---|---|
| bool | True if the value was present. |