Class InteractiveUIMirrorEditor
Flags a Warningn in the Inspector if the XR Interaction Toolkit is not installed. Directs Users to install the XR Interaction Toolkit.
Inherited Members
Namespace: Unity.XR.CompositionLayers .UIInteraction.Editor
Assembly: Unity.XR.CompositionLayers.UIInteraction.Editor.dll
Syntax
[CustomEditor(typeof(InteractableUIMirror))]
public class InteractiveUIMirrorEditor : Editor
Methods
InstallXRIPackage()
Prompts users to installs the Unity XRI Package.
Declaration
public static void InstallXRIPackage()
OnInspectorGUI()
Add a Warning to the Inspector if the XR Interaction Toolkit is not installed.
Declaration
public override void OnInspectorGUI()