docs.unity3d.com
    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 © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023