SetPhysicsWallLeft

Description

Toggles the existence of a physics wall on the left of the screen to prevent physics objects leaving the screen in that direction. If you have physics objects beyond the edge of the screen, e.g. in a platform game, you should turn this off.

If you change the view offset using SetViewOffset the walls will not move with it, they are fixed to the world, so they will be disabled automatically.

Definition

SetPhysicsWallLeft( mode )

Parameters