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

属性

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