Phaser API Documentation

  Version: 
<private> dirtyCache: Array.<number>

Description:

An internal cache, used to compare position, rotation, scale and face data each frame, to avoid math calculations in preUpdate.

Cache structure = position xyz | rotation xyz | scale xyz | face count | view | ortho

Type:
Array.<number>
Since: 3.50.0