Class SceneValidationUIUtils
Class containing utility methods for the scene validation UI.
Inherited Members
Namespace: Unity.XR.CoreUtils.Editor
Assembly: Unity.XR.CoreUtils.Editor.dll
Syntax
public static class SceneValidationUIUtils
Methods
DrawCapabilitiesSelectionDropdown(bool)
Draws a capabilities dropdown that allows the user to select which capability profiles to validate against.
Declaration
public static void DrawCapabilitiesSelectionDropdown(bool askIfUserWantsToTurnOffValidation = true)
Parameters
Type | Name | Description |
---|---|---|
bool | askIfUserWantsToTurnOffValidation | When set to true a window will pop up in the editor asking if the user really wants to turn off scene validation |