Method SetView
SetView(Sprite, string)
Sets icon and text that are displayed in this view.
Declaration
public void SetView(Sprite icon, string text)
Parameters
| Type | Name | Description |
|---|---|---|
| Sprite | icon | Icon sprite to display |
| string | text | Text to display |