Interface IProvidesGrouping | Unity Reflect | 1.1.0-preview.6
docs.unity.cn
    Show / Hide Table of Contents

    Interface IProvidesGrouping

    Provide access to grouping

    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

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX