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.
Fields & Properties
Button addCalibrationBt
Button clearTestImgBtn
Button doneButton
Toggle dontShowAgainToggle
Texture testQuilt
QuiltSettings testQuiltSetting
Methods
void OnAddCalibration()
void OnClearTestImage()
void OnShowTestImage()
void ToggleTestImage(bool isEnabled)
void OnDoneClicked()
Last updated
Was this helpful?