Class: IsoSprite

.Isometric. IsoSprite

Phaser.Plugin.Isometric.IsoSprite

new IsoSprite()

Phaser IsoSprite constructor

Source:

Members

<readonly> _depth

Properties:
Name Type Description
_depth number

Internal cached depth value.

Source:

<readonly> _depthChanged

Properties:
Name Type Description
_depthChanged boolean

Internal invalidation control for depth management.

Source:

<readonly> _isoPositionChanged

Properties:
Name Type Description
_isoPositionChanged boolean

Internal invalidation control for positioning.

Source:

snap

Properties:
Name Type Description
snap number

Snap this IsoSprite's position to this value; handy for keeping pixel art snapped to whole pixels.

Default Value:
  • 0
Source:

<readonly> type

Properties:
Name Type Description
type number

The const type of this object.

Source:

Methods

postUpdate()

Internal function called by the World postUpdate cycle.

Source: