MaskCorners
pixi-reels / index / MaskCorners
Interface: MaskCorners
Defined in: core/maskStrategies.ts:106
Which corners of a box a RoundedRectMaskStrategy may round.
SCREEN corners in every orientation: topLeft is the top-left of the drawn
rect on a horizontal set too. Only the keys set to true round; {}
rounds nothing. Absent (undefined) means all four.
Properties#
| Property | Type | Defined in |
|---|---|---|
bottomLeft? | boolean | core/maskStrategies.ts:109 |
bottomRight? | boolean | core/maskStrategies.ts:110 |
topLeft? | boolean | core/maskStrategies.ts:107 |
topRight? | boolean | core/maskStrategies.ts:108 |