Icon
Adds an icon next to a property.

[Icon("Assets/Cowsins/Cowsins Inspector/UI/HealthIcon.png")]
public float maxHealth;
Icon(string path)]path: The file path of the icon to be displayed.
Last updated
Adds an icon next to a property.

[Icon("Assets/Cowsins/Cowsins Inspector/UI/HealthIcon.png")]
public float maxHealth;
Icon(string path)]path: The file path of the icon to be displayed.
Last updated