Inheritance
XRBaseControllerInteractorEditor
public class XRBaseControllerInteractorEditor : XRBaseInteractorEditor
Fields
Declaration
protected SerializedProperty m_AudioClipForOnHoverCanceled
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_AudioClipForOnHoverEntered
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_AudioClipForOnHoverExited
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_AudioClipForOnSelectCanceled
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_AudioClipForOnSelectEntered
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_AudioClipForOnSelectExited
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticHoverCancelDuration
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticHoverCancelIntensity
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticHoverEnterDuration
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticHoverEnterIntensity
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticHoverExitDuration
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticHoverExitIntensity
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticSelectCancelDuration
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticSelectCancelIntensity
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticSelectEnterDuration
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticSelectEnterIntensity
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticSelectExitDuration
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HapticSelectExitIntensity
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_HideControllerOnSelect
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayAudioClipOnHoverCanceled
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayAudioClipOnHoverEntered
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayAudioClipOnHoverExited
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayAudioClipOnSelectCanceled
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayAudioClipOnSelectEntered
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayAudioClipOnSelectExited
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayHapticsOnHoverCanceled
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayHapticsOnHoverEntered
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayHapticsOnHoverExited
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayHapticsOnSelectCanceled
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayHapticsOnSelectEntered
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_PlayHapticsOnSelectExited
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_SelectActionTrigger
Field Value
Type |
Description |
SerializedProperty |
|
Methods
Draw the Audio Events foldout.
Declaration
protected virtual void DrawAudioEvents()
Draw the nested contents of the Audio Events foldout.
Declaration
protected virtual void DrawAudioEventsNested()
This method is automatically called by DrawInspector() to
draw the section of the custom inspector before DrawProperties().
By default, this draws the read-only Script property.
Declaration
protected override void DrawBeforeProperties()
Overrides
This method is automatically called by DrawInspector() to
draw the event properties. Override this method to customize the
events shown in the Inspector. This is typically the method overridden
when a derived behavior adds additional serialized event properties
that should be displayed in the Inspector.
Declaration
protected override void DrawEvents()
Overrides
Draw the Haptic Events foldout.
Declaration
protected virtual void DrawHapticEvents()
Draw the nested contents of the Haptic Events foldout.
Declaration
protected virtual void DrawHapticEventsNested()
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
Draw the Select Action Trigger property and display a warning box if misconfigured.
Declaration
protected virtual void DrawSelectActionTrigger()
This function is called when the object becomes enabled and active.
Declaration
protected override void OnEnable()
Overrides
Verify that the required XRBaseController component is present
and display a warning box if missing.
Declaration
protected virtual void VerifyControllerPresent()