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. |