Interface MaskRendererOptions

interface MaskRendererOptions {
    color: string;
    height: number;
    layer: string;
    offset: Vector2;
    opacity: number;
    radius: number;
    rotation: number;
    shape: MaskShape;
    width: number;
}

Properties

color: string
height: number
layer: string
offset: Vector2
opacity: number
radius: number
rotation: number
shape: MaskShape
width: number