docs.unity3d.com
    Show / Hide Table of Contents

    Interface IProductInfoPanel

    Interface IProductInfoPanel

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

    Properties

    Transform

    Gets the transform.

    Declaration
    Transform Transform { get; }
    Property Value
    Type Description
    Transform

    The transform.

    Methods

    Destroy()

    Destroys this instance.

    Declaration
    void Destroy()

    SetIcon(Texture2D)

    Sets the icon.

    Declaration
    void SetIcon(Texture2D icon)
    Parameters
    Type Name Description
    Texture2D icon

    The icon.

    SetModelLabel(String, String)

    Sets the model label.

    Declaration
    void SetModelLabel(string modelLabel, string modelVersion)
    Parameters
    Type Name Description
    String modelLabel

    The model label.

    String modelVersion

    The model version.

    SetTotalPrice(PriceInformation)

    Sets the total price.

    Declaration
    void SetTotalPrice(PriceInformation totalPrice)
    Parameters
    Type Name Description
    PriceInformation totalPrice

    The total price.

    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