NEW: My new book Pro SwiftUI is out now – level up your SwiftUI skills today! >>

When/How does physicsBody.isResting become true?

Forums > Swift

I'm trying to use isResting to determine if one SKSpriteNode is blocked from moving by one or more other SKSpriteNodes. The documentation indicates isResting is automatically set when the object is determined to be at rest. (Maybe "at rest" doesn't mean what I think it means.)

I'm looking at this in context of the Pachinko project (11), in which barriers could be set up is a way to prevent the ball from dropping (and the ball, to me, is "at rest"). When I print the isResting value out for each ball in the game, the value is always false, moving or not.

Maybe there is a better way to make this determination than how I'm going about it?

Thanks.

1      

Hacking with Swift is sponsored by Judo

SPONSORED Let’s face it, SwiftUI previews are limited, slow, and painful. Judo takes a different approach to building visually—think Interface Builder for SwiftUI. Build your interface in a completely visual canvas, then drag and drop into your Xcode project and wire up button clicks to custom code. Download the Mac App and start your free trial today!

Try now

Sponsor Hacking with Swift and reach the world's largest Swift community!

Archived topic

This topic has been closed due to inactivity, so you can't reply. Please create a new topic if you need to.

All interactions here are governed by our code of conduct.

 
Unknown user

You are not logged in

Log in or create account
 

Link copied to your pasteboard.