case3
This commit is contained in:
17
Assets/ThirdParty/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs
vendored
Normal file
17
Assets/ThirdParty/BOXOPHOBIC/Utils/Scripts/Notebox/Notebox.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Boxophobic.Utility
|
||||
{
|
||||
public class Notebox : MonoBehaviour
|
||||
{
|
||||
#if (UNITY_EDITOR)
|
||||
[HideInInspector]
|
||||
public int noteSize = 16;
|
||||
[HideInInspector]
|
||||
public Color noteColor = Color.white;
|
||||
[TextArea(3, 5)]
|
||||
[HideInInspector]
|
||||
public string noteText = "";
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user