Class BaseTeleportationInteractableEditor
Custom editor for an BaseTeleportationInteractable.
Inheritance
Inherited Members
Namespace: UnityEditor.XR.Interaction.Toolkit
Syntax
public class BaseTeleportationInteractableEditor : XRBaseInteractableEditor
Fields
m_MatchOrientation
Declaration
protected SerializedProperty m_MatchOrientation
Field Value
Type | Description |
---|---|
SerializedProperty |
m_TeleportationProvider
Declaration
protected SerializedProperty m_TeleportationProvider
Field Value
Type | Description |
---|---|
SerializedProperty |
m_TeleportTrigger
Declaration
protected SerializedProperty m_TeleportTrigger
Field Value
Type | Description |
---|---|
SerializedProperty |
Methods
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
DrawTeleportationConfiguration()
Draw the Teleportation Configuration foldout.
Declaration
protected virtual void DrawTeleportationConfiguration()
See Also
DrawTeleportationConfigurationNested()
Draw the nested contents of the Teleportation Configuration foldout.
Declaration
protected virtual void DrawTeleportationConfigurationNested()
See Also
OnEnable()
This function is called when the object becomes enabled and active.
Declaration
protected override void OnEnable()