Scrawl-canvas API
    Preparing search index...

    Interface PathMixinInputs

    interface PathMixinInputs {
        addPathHandle?: boolean;
        addPathOffset?: boolean;
        addPathRotation?: boolean;
        constantSpeedAlongPath?: boolean;
        path?: string | ShapeBasedInstance;
    }

    Hierarchy (View Summary)

    Index

    Properties

    addPathHandle?: boolean
    addPathOffset?: boolean
    addPathRotation?: boolean
    constantSpeedAlongPath?: boolean
    path?: string | ShapeBasedInstance