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
I was wondering if you have insight on the best way to extend NodeEditorWindow ? A lot of things are static, which are not great for extending (eg. EditorWindow.current)
I would like to override some methodes (such as DrawNoodle) to try some performances improvements.
The text was updated successfully, but these errors were encountered:
Hi there, and thank you for your work.
I was wondering if you have insight on the best way to extend NodeEditorWindow ? A lot of things are
static
, which are not great for extending (eg.EditorWindow.current
)I would like to override some methodes (such as
DrawNoodle
) to try some performances improvements.The text was updated successfully, but these errors were encountered: