I’m using KVO to figure out if the resting
property of my SKNode
’s physicsBody
has changed. But this runs tens of thousands of times per 30 seconds and is expensive.
Is there another way to figure out if the resting
property changed inside a subclass of SKSpriteNode
?