Made InspectorCallable able to call the functions

This commit is contained in:
2026-01-24 12:14:43 +00:00
parent 5e44caca53
commit d58ca060f3
3 changed files with 36 additions and 17 deletions

View File

@@ -17,5 +17,6 @@ public class TestMonoBehaviour : MonoBehaviour
[InspectorCallable("Other Test button")] public void DontLogTestValue()
{
Debug.Log("Test");
}
}