MaskPathFn
pixi-reels / index / MaskPathFn
Type Alias: MaskPathFn
type MaskPathFn = (g: Graphics, ctx: MaskContext) => void;
Defined in: core/maskStrategies.ts:578
Draws a mask however you like. See PathMaskStrategy.
Parameters#
| Parameter | Type |
|---|---|
g | Graphics |
ctx | MaskContext |
Returns#
void