Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

item

T
The value to remove.

Returns

Type

Description

boolTrue if the value was present.