Inheritance
XRSocketInteractorEditor
public class XRSocketInteractorEditor : XRBaseInteractorEditor
Fields
Declaration
protected SerializedProperty m_InteractableCantHoverMeshMaterial
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_InteractableHoverMeshMaterial
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_InteractableHoverScale
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_RecycleDelayTime
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_ShowInteractableHoverMeshes
Field Value
Type |
Description |
SerializedProperty |
|
Declaration
protected SerializedProperty m_SocketActive
Field Value
Type |
Description |
SerializedProperty |
|
Methods
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
This function is called when the object becomes enabled and active.
Declaration
protected override void OnEnable()
Overrides