InfoBox
Adds an Info Box on top of a Property

[InfoBox("This is an important setting.")]
public int myImportantValue;
[InfoBox("This is an important setting.", aboveProperty: false)]
public int myImportantValue;
[InfoBox("This is an important setting.", aboveProperty: false)]
public int myImportantValue;
[InfoBox(string message,bool aboveProperty)]message: Message to display on the Info Box
aboveProperty: True by default. Displays the Info Box above the Property
Last updated