接口 WidgetComponentClipboardOptions实验性

interface WidgetComponentClipboardOptions {
    boundsFillColor?: RGBA;
    boundsOutlineColor?: RGBA;
    clipboardMirror?: StructureMirrorAxis;
    clipboardNormalizedOrigin?: Vector3;
    clipboardOffset?: Vector3;
    clipboardRotation?: StructureRotation;
    lockToSurface?: boolean;
    offset?: Vector3;
    showBounds?: boolean;
    stateChangeEvent?: ((arg: WidgetComponentStateChangeEventData) => void);
    visible?: boolean;
}

层级 (查看完整内容)

属性

boundsFillColor?: RGBA
boundsOutlineColor?: RGBA
clipboardMirror?: StructureMirrorAxis
clipboardNormalizedOrigin?: Vector3
clipboardOffset?: Vector3
clipboardRotation?: StructureRotation
lockToSurface?: boolean
offset?: Vector3
showBounds?: boolean
stateChangeEvent?: ((arg: WidgetComponentStateChangeEventData) => void)
visible?: boolean