Interface AsukaSurfaceInteractionDebug

interface AsukaSurfaceInteractionDebug {
    activePrintAreaId?: null | string;
    engine?: string;
    lastPick?: null | AsukaSurfacePickTarget;
    metadata?: Record<string, unknown>;
    occlusion?: {
        depthTest?: boolean;
        depthWrite?: boolean;
        overlaysMatchProductRenderingGroup?: boolean;
        renderingGroupId?: null | number;
        textureSlotsOpaque?: boolean;
        [key: string]: unknown;
    };
    pickedMeshId?: null | string;
    pickedObjectId?: null | string;
    pickedPrintAreaId?: null | string;
    selectedObjectId?: null | string;
}

Properties

activePrintAreaId?: null | string
engine?: string
lastPick?: null | AsukaSurfacePickTarget
metadata?: Record<string, unknown>
occlusion?: {
    depthTest?: boolean;
    depthWrite?: boolean;
    overlaysMatchProductRenderingGroup?: boolean;
    renderingGroupId?: null | number;
    textureSlotsOpaque?: boolean;
    [key: string]: unknown;
}
pickedMeshId?: null | string
pickedObjectId?: null | string
pickedPrintAreaId?: null | string
selectedObjectId?: null | string