Class ImageInfoView
Component that manages displaying an icon and text.
Inherited Members
Namespace: UnityEngine .GameFoundation .UI
Assembly: solution.dll
Syntax
public class ImageInfoView : MonoBehaviour
Properties
Name | Description |
---|---|
image |
The Image component to show an icon. |
text |
The Text component to show a text. |
Methods
Name | Description |
---|---|
Set |
Sets icon that is displayed in this view. |
Set |
Set text that is displayed in this view. |
Set |
Sets icon and text that are displayed in this view. |