Contents

SCNPhysicsBodyType.static

A physics body that is unaffected by forces or collisions and cannot move.

Declaration

case `static`

Discussion

Use static bodies to construct fixtures in your scene that other bodies need to collide with but that do not themselves move, such as floors, walls, and terrain.

See Also

Constants