ProudOfZiggy/SIFloatingCollection_Swift

Is there a way for your code to know if a node is selected?

Closed this issue · 2 comments

Is there a function or a way to see if a node is selected?

For now you can use indexesOfSelectedNodes of scene object and check if index of your node is in this array. But I will open node state property later.

Sorry, I forgot that state property of node is already public 😬
You can use ir to check in node is selected.