Types.Filters
BlockyConfig
<static> BlockyConfig
| name | type | optional | description |
|---|---|---|---|
| size | number | Phaser.Types.Math.Vector2Like | Yes | The size of the blocks. If a number, it sets both x and y to the same value. If a Vector2Like, it sets x and y to the respective values. |
| offset | number | Phaser.Types.Math.Vector2Like | Yes | The offset of the blocks. If a number, it sets both x and y to the same value. If a Vector2Like, it sets x and y to the respective values. |
Type: object
Member of: Phaser.Types.Filters
Source: src/filters/typedefs/BlockyConfig.js#L1
Since: 4.0.0