Able
Askowl Base Library Enabler
Notation.cs
1
using
UnityEngine
;
2
3
/// <a href="">Simple Component to add multiline notes to the Unity inspector (use Commentary for single-line)</a> //#TBD#//
4
[AddComponentMenu(
"Comments/Multiline"
)]
5
public
class
Notation
: MonoBehaviour {
6
/// <a href="">Only for Unity inspector</a> //#TBD#//
7
[SerializeField, Multiline]
public
string
Note
;
8
}
Notation.Note
string Note
Only for Unity inspector //#TBD#//
Definition:
Notation.cs:7
Notation
Simple Component to add multiline notes to the Unity inspector (use Commentary for single-line) //#TB...
Definition:
Notation.cs:5
UnityEngine
Askowl
Able
Assets
Askowl
Able
Scripts
Unity
Notation.cs
Generated by
1.8.14