pixi.js
    Preparing search index...

    Type Alias ShapePrimitiveWithHolesAdvanced

    A type representing a shape primitive with optional transformation and holes.

    type ShapePrimitiveWithHoles = {
        holes?: ShapePrimitiveWithHoles[];
        shape: ShapePrimitive;
        transform?: Matrix;
    }
    Index

    Properties

    transform?: Matrix