UPGRADE YOUR SKILLS: Learn advanced Swift and SwiftUI on Hacking with Swift+! >>

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.

3      

Hacking with Swift is sponsored by RevenueCat

SPONSORED Take the pain out of configuring and testing your paywalls. RevenueCat's Paywalls allow you to remotely configure your entire paywall view without any code changes or app updates.

Learn more here

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.