InfoBox

Adds an Info Box on top of a Property

Applied on Properties

[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