Note of UnityEngine.GameObject
for the Notebook
window.
More...
Inherits MonoBehaviour.
Public Attributes | |
string | text = "" |
The note content. More... | |
Color | color = Color.black |
The color for the icon or the title in the Notebook window. More... | |
bool | includeInBuild |
Flag if to include this in the player, otherwise destroy itself when Awake() . More... | |
Note of UnityEngine.GameObject
for the Notebook
window.
This's excluded from build by default, and able to switch in the debug mode Inspector.
string text = "" |
The note content.
The text before the first empty line becomes the tooltip in the Hierarchy window.
Color color = Color.black |
The color for the icon or the title in the Notebook
window.
bool includeInBuild |
Flag if to include this in the player, otherwise destroy itself when Awake()
.