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;
Last updated