You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 11, 2025. It is now read-only.
As indicated here, there is a decent amount of interest in learning how to extend the editor. Besides digging through the Duality source code, there is really no way to learn this.
Analysis
EditorAction and EditorSingleAction
Undo/Redo action
Useful bits like DualityEditorApp.ObjectPropertyChanged
Side Note: None of the things listed above are well documented within the codebase either (except UndoRedoAction). As they are things that people writing extensions are likely to interact with, I think improving XML doc intellisense could be very beneficial.