SelectionManager listener

Hi ! I need to listen to changes in the SelectionManager to allow various systems to react to selection but I don’t find the usual Listener inside this class. What would be the preferred method to listen to changes in selection in the SelectionManager ?

Thanks :slight_smile:

Nevermind I just saw that SelectionManager inherits from ChangeBroadcaster -___-

Yep, that’s the way :+1:

1 Like