Phaser API Documentation

  Version: 
setFaces([showTop], [showLeft], [showRight])

Description:

Sets which faces of the iso box will be rendered. This call can be chained.

Parameters:

name type arguments Default description
showTop boolean <optional> true

Show the top-face of the iso box.

showLeft boolean <optional> true

Show the left-face of the iso box.

showRight boolean <optional> true

Show the right-face of the iso box.

Returns:
Description:

This Game Object instance.

Since: 3.13.0