Interface UiFeedbackLighting

interface UiFeedbackLighting {
    lighting?: {
        imageTooBright?: UiFeedbackImage;
        imageTooDark?: UiFeedbackImage;
    };
}

Hierarchy (view full)

Properties

Properties

lighting?: {
    imageTooBright?: UiFeedbackImage;
    imageTooDark?: UiFeedbackImage;
}