@rendley/sdk - v1.15.19
    Preparing search index...

    Interface MaskFilterOptions

    Options used to construct a MaskFilter.

    interface MaskFilterOptions {
        alphaOnly?: boolean;
        clipId: string;
        id?: string;
        maskSprite: Sprite;
        wrapMode?: MaskWrapModeEnum;
    }
    Index

    Properties

    alphaOnly?: boolean

    Samples only the texture alpha. Colored sources such as text need this because their RGB channels describe the fill color rather than the mask strength.

    clipId: string
    id?: string
    maskSprite: Sprite
    wrapMode?: MaskWrapModeEnum