Phaser API Documentation

  Version: 
setFillStyle([fillTop], [fillLeft], [fillRight])

Description:

Sets the fill colors for each face of the iso box. This call can be chained.

Parameters:

name type arguments description
fillTop number <optional>

The color used to fill the top of the iso box.

fillLeft number <optional>

The color used to fill in the left-facing side of the iso box.

fillRight number <optional>

The color used to fill in the right-facing side of the iso box.

Returns:
Description:

This Game Object instance.

Since: 3.13.0