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

    Interface WidgetComponentVolumeOutlineOptionsBeta

    interface WidgetComponentVolumeOutlineOptions {
        highlightHullColor?: RGBA;
        highlightOutlineColor?: RGBA;
        hullColor?: RGBA;
        lockToSurface?: boolean;
        mirror?: StructureMirrorAxis;
        normalizedOrigin?: Vector3;
        offset?: Vector3;
        outlineColor?: RGBA;
        rotation?: StructureRotation;
        showHighlightOutline?: boolean;
        showOutline?: boolean;
        visible?: boolean;
        volumeOffset?: Vector3;
    }

    Hierarchy (View Summary)

    Index

    Properties

    highlightHullColor?: RGBA
    highlightOutlineColor?: RGBA
    hullColor?: RGBA
    lockToSurface?: boolean
    mirror?: StructureMirrorAxis
    normalizedOrigin?: Vector3
    offset?: Vector3
    outlineColor?: RGBA
    rotation?: StructureRotation
    showHighlightOutline?: boolean
    showOutline?: boolean
    visible?: boolean
    volumeOffset?: Vector3