docs.unity.cn
    Show / Hide Table of Contents

    Interface IProductCanvas

    Interface IProductCanvas

    Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
    Syntax
    public interface IProductCanvas

    Methods

    AddChild(IFeatureSetDropdown)

    Adds the child.

    Declaration
    void AddChild(IFeatureSetDropdown child)
    Parameters
    Type Name Description
    IFeatureSetDropdown child

    The child.

    Destroy()

    Destroys this instance.

    Declaration
    void Destroy()

    GetContentRoot()

    Gets the content root.

    Declaration
    Transform GetContentRoot()
    Returns
    Type Description
    Transform

    Transform.

    GetHeaderRoot()

    Gets the header root.

    Declaration
    Transform GetHeaderRoot()
    Returns
    Type Description
    Transform

    Transform.

    GetRoot()

    Gets the root.

    Declaration
    Transform GetRoot()
    Returns
    Type Description
    Transform

    Transform.

    RemoveChild(IFeatureSetDropdown)

    Removes the child.

    Declaration
    void RemoveChild(IFeatureSetDropdown child)
    Parameters
    Type Name Description
    IFeatureSetDropdown child

    The child.

    SnapTo(IFeatureSetDropdown)

    Snaps to.

    Declaration
    void SnapTo(IFeatureSetDropdown child)
    Parameters
    Type Name Description
    IFeatureSetDropdown child

    The child.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 03 March 2021