Method MakeGroup
MakeGroup(IUsesGrouping, GameObject)
Make this object, and its children into a group
Declaration
public static void MakeGroup(this IUsesGrouping user, GameObject root)
Parameters
| Type | Name | Description |
|---|---|---|
| IUsesGrouping | user | The functionality user |
| GameObject | root | The root of the group |