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 am not sure if this would be possible, but it would be nice to monitor externally those notifications.
Like I needed the notification for an object getting removed from the tree, but I did not own it, it would have been nice to do something like you would in C#:
myObject.notificationEvent += { print ("here") }
The text was updated successfully, but these errors were encountered:
I am not sure if this would be possible, but it would be nice to monitor externally those notifications.
Like I needed the notification for an object getting removed from the tree, but I did not own it, it would have been nice to do something like you would in C#:
The text was updated successfully, but these errors were encountered: