-
Notifications
You must be signed in to change notification settings - Fork 1
Custom Editors
kai edited this page Jun 26, 2026
·
1 revision
In your state JSON file, we got some new fields.
{
"editorData": {
"editorName": "My Custom Editor",
"isEditor": true
}
}isEditor:Bool - allows the editor to be shown in the editor menu
editorName:String - name shown in the editor menu
Also you can use Psych UI via the new callback, UIEvent.
id:Stringsender:Dynamic
Brainy Engine+ Documentation
Feel free to add things/fix any changes.