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 }
string Note
Only for Unity inspector //#TBD#//
Definition: Notation.cs:7
Simple Component to add multiline notes to the Unity inspector (use Commentary for single-line) //#TB...
Definition: Notation.cs:5