GameObjects

Phaser.GameObjects

RENDER_MASK

RENDER_MASK: number

Description:

The bitmask that GameObject.renderFlags is compared against to determine if the Game Object will render or not.

Source: src/gameobjects/GameObject.js#L945

RENDER_MASK

RENDER_MASK: number

Description:

The bitmask that GameObject.renderFlags is compared against to determine if the Game Object will render or not.

Source: src/gameobjects/lights/Light.js#L264

Updated on