@minecraft
    正在准备搜索索引...

    接口 WidgetComponentClipboardOptions

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

    层级 (查看层级一览)

    索引

    属性

    clipboardOffset?: Vector3
    highlightHullColor?: RGBA
    highlightOutlineColor?: RGBA
    hullColor?: RGBA
    lockToSurface?: boolean
    normalizedOrigin?: Vector3
    offset?: Vector3
    outlineColor?: RGBA
    showOutline?: boolean
    visible?: boolean