Class XRDirectInteractorEditor
Custom editor for an XRDirectInteractor.
Inheritance
Inherited Members
Namespace: UnityEditor.XR.Interaction.Toolkit
Syntax
public class XRDirectInteractorEditor : XRBaseControllerInteractorEditor
Methods
DrawInteractionConfiguration()
Draw the property fields related to interaction configuration.
Declaration
protected virtual void DrawInteractionConfiguration()
DrawProperties()
This method is automatically called by DrawInspector() to draw the property fields. Override this method to customize the properties shown in the Inspector. This is typically the method overridden when a derived behavior adds additional serialized properties that should be displayed in the Inspector.
Declaration
protected override void DrawProperties()
Overrides
DrawSelectionConfiguration()
Draw the property fields related to selection configuration.
Declaration
protected virtual void DrawSelectionConfiguration()