Interface IProvidesGrouping
Provide access to grouping
Inherited Members
Namespace: Unity.Labs.EditorXR.Interfaces
Syntax
public interface IProvidesGrouping : IFunctionalityProvider
Methods
MakeGroup(GameObject)
Make this object, and its children into a group
Declaration
void MakeGroup(GameObject root)
Parameters
Type | Name | Description |
---|---|---|
GameObject | root | The root of the group |