PageTestHandler.cs
Manages the UI logic for the test page in a Looking Glass demo. It supports displaying, clearing, and customizing a test image quilt, along with handling the "Don't Show Again" preference.
Last updated
Manages the UI logic for the test page in a Looking Glass demo. It supports displaying, clearing, and customizing a test image quilt, along with handling the "Don't Show Again" preference.
Button to add a new calibration file.
Button to clear or show the test image.
Button to complete the test and navigate to the last page.
Toggle to remember the user's preference for showing the test page.
Texture used as the test image quilt.
Quilt settings for the test image.
Opens the calibration file picker.
Clears the test image from the display.
Displays the test image on the display.
Toggles the visibility of the test image and updates the HologramCamera state.
bool isEnabled: Whether to enable or disable the test image.
Completes the test page interactions and navigates to the last page.
Last updated