Description:

Adds object to the group with specified index by appending index to group list. If the object is already in group, nothing is changed.

Syntax:
public void AddToGroup(
int groupIndex
)
Parameters:
  • groupIndex
  • Type: int
  • The index that will be added.
Returns:
Type: void
Available since:
5.0

Nothing found