@minecraft/server-editor
    Preparing search index...

    Interface QuickExtrudePropertiesBeta

    interface QuickExtrudeProperties {
        checkForAdjacentFace?: boolean;
        contiguousSelectionBlockList?: string[];
        contiguousSelectionType?: ContiguousSelectionType;
        isShrink?: boolean;
        layerCount?: number;
        selectionDirection?: number;
        size?: number;
        startingLocation?: Vector3;
    }
    Index

    Properties

    checkForAdjacentFace?: boolean
    contiguousSelectionBlockList?: string[]
    contiguousSelectionType?: ContiguousSelectionType
    isShrink?: boolean
    layerCount?: number
    selectionDirection?: number
    size?: number
    startingLocation?: Vector3