This version of Unity is unsupported.
Experimental: this API is experimental and might be changed or removed in the future.

Group.OnGroupRenamed

protected void OnGroupRenamed(string oldName, string newName);

Parameters

oldNameThe old name of the group.
newNameThe new name of the group.

Description

Called when this group is renamed.