Skip to content

Instantly share code, notes, and snippets.

@PedroFarina
Created June 24, 2019 21:56
Show Gist options
  • Save PedroFarina/473d261b5e9ee09acaab791e3200f886 to your computer and use it in GitHub Desktop.
Save PedroFarina/473d261b5e9ee09acaab791e3200f886 to your computer and use it in GitHub Desktop.
Setting up some physicsBodies
//UInt32 é qualquer valor inteiro entre 0 e 4294967295
if let pb = nodeGenerico.physicsBody{
pb.categoryBitMask = UInt32
pb.collisionBitMask = UInt32
pb.contactBitMask = UInt32
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment