Class XRControllerEditor
Custom editor for an XRController.
Inherited Members
Namespace: UnityEditor.XR.Interaction.Toolkit
Syntax
public class XRControllerEditor : XRBaseControllerEditor
Methods
DrawInputConfiguration()
Draw property fields related to interaction input. These are related to enableInputActions.
Declaration
protected override void DrawInputConfiguration()
Overrides
DrawOtherActions()
Draw property fields related to other, specialized input actions and haptic output.
Declaration
protected override void DrawOtherActions()
Overrides
OnEnable()
This function is called when the object becomes enabled and active.
Declaration
protected override void OnEnable()