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()
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.