Skip to content

GameObj.canUpdate

Douglas Lacerda edited this page Aug 5, 2018 · 5 revisions

bool GameObj.canUpdate

Description

If false, the GameObj will not be have it methods update, checkCollision and draw called in the game loop.

Note: is recommended not to change directly, use GameObj.setActive instead.

Clone this wiki locally