Scrawl-canvas API
    Preparing search index...

    Interface StackFactoryDeltaInputs

    interface StackFactoryDeltaInputs {
        dimensions?: CommonTwoElementArrayInput;
        handle?: CommonTwoElementArrayInput;
        handleX?: StringOrNumberInput;
        handleY?: StringOrNumberInput;
        height?: StringOrNumberInput;
        offset?: CommonTwoElementArrayInput;
        offsetX?: StringOrNumberInput;
        offsetY?: StringOrNumberInput;
        offsetZ?: number;
        pathPosition?: number;
        perspectiveX?: StringOrNumberInput;
        perspectiveY?: StringOrNumberInput;
        perspectiveZ?: StringOrNumberInput;
        pitch?: number;
        roll?: number;
        scale?: number;
        start?: CommonTwoElementArrayInput;
        startX?: StringOrNumberInput;
        startY?: StringOrNumberInput;
        width?: StringOrNumberInput;
        yaw?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    offsetZ?: number
    pathPosition?: number
    perspectiveX?: StringOrNumberInput
    perspectiveY?: StringOrNumberInput
    perspectiveZ?: StringOrNumberInput
    pitch?: number
    roll?: number
    scale?: number
    yaw?: number