Phaser API Documentation

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

Description:

Sets which faces of the iso triangle 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 triangle (only if reversed is true)

showLeft boolean <optional> true

Show the left-face of the iso triangle.

showRight boolean <optional> true

Show the right-face of the iso triangle.

Returns:
Description:

This Game Object instance.