interface CursorAttachmentProperties {
    boundsFillColor?: RGBA;
    boundsVisible?: boolean;
    boundsWireframeColor?: RGBA;
    contentsFillColor?: RGBA;
    contentsWireframeColor?: RGBA;
    mirror?: StructureMirrorAxis;
    offset?: Vector3;
    origin?: Vector3;
    rotation?: StructureRotation;
}

Properties

boundsFillColor?: RGBA
boundsVisible?: boolean
boundsWireframeColor?: RGBA
contentsFillColor?: RGBA
contentsWireframeColor?: RGBA
offset?: Vector3
origin?: Vector3