Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


OnGroupRenamed(string, string)

Called when this group is renamed.
Read time 1 minuteLast updated 12 days ago

Definition

protected virtual void OnGroupRenamed(string oldName, string newName)

Parameters

oldName

The old name of the group.

newName

The new name of the group.