Phaser API Documentation

  Version: 
MatterChamferConfig
Properties:
name type arguments Default description
radius number | Array.<number> <optional> 8

A single number, or an array, to specify the radius for each vertex.

quality number <optional> -1

The quality of the chamfering. -1 means 'auto'.

qualityMin number <optional> 2

The minimum quality of the chamfering. The higher this value, the more vertices are created.

qualityMax number <optional> 14

The maximum quality of the chamfering. The higher this value, the more vertices are created.

Type:
object