Class ProductInfoPanel
WIP
Inherited Members
UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
UnityEngine.Object.FindObjectOfType<T>(System.Boolean)
Namespace: UnityEngine.Industrial.Configuring.RuntimeUI
Syntax
public class ProductInfoPanel : MonoBehaviour, IProductInfoPanel
Properties
Transform
Gets the transform.
Declaration
public Transform Transform { get; }
Property Value
| Type | Description |
|---|---|
| Transform | The transform. |
Implements
Methods
Destroy()
Destroys this instance.
Declaration
public void Destroy()
Implements
SetIcon(Texture2D)
Sets the icon.
Declaration
public void SetIcon(Texture2D icon)
Parameters
| Type | Name | Description |
|---|---|---|
| Texture2D | icon | The icon. |
Implements
SetModelLabel(String, String)
Sets the model label.
Declaration
public void SetModelLabel(string modelLabel, string modelVersion)
Parameters
| Type | Name | Description |
|---|---|---|
| String | modelLabel | The model label. |
| String | modelVersion | The model version. |
Implements
SetTotalPrice(PriceInformation)
Sets the total price.
Declaration
public void SetTotalPrice(PriceInformation totalPrice)
Parameters
| Type | Name | Description |
|---|---|---|
| PriceInformation | totalPrice | The total price. |
Implements
Start()
Start of info panel
Declaration
public void Start()