Phaser API Documentation

  Version: 
setIterations(value)

Description:

Sets the number of iterations used when drawing the arc. Increase this value for smoother arcs, at the cost of more polygons being rendered. Modify this value by small amounts, such as 0.01. This call can be chained.

Parameters:

name type description
value number

The value to set the iterations to.

Returns:
Description:

This Game Object instance.

Since: 3.13.0