pixi-reels

MaskCorners

pixi-reels


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#

PropertyTypeDefined in
bottomLeft?booleancore/maskStrategies.ts:109
bottomRight?booleancore/maskStrategies.ts:110
topLeft?booleancore/maskStrategies.ts:107
topRight?booleancore/maskStrategies.ts:108