Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Remove(string)

Removes the group with the matching name.
Read time 1 minuteLast updated 6 days ago

Definition

public bool Remove(string name)

Parameters

name

The name of the group to remove.

Returns

Type

Description

bool
true
if a group with a matching name was found and removed, or
false
if one was not.