Class TeleportationAnchorEditor
Custom editor for an TeleportationAnchor.
Inheritance
Inherited Members
Namespace: UnityEditor.XR.Interaction.Toolkit
Syntax
public class TeleportationAnchorEditor : BaseTeleportationInteractableEditor
Fields
m_TeleportAnchorTransform
Declaration
protected SerializedProperty m_TeleportAnchorTransform
Field Value
Type | Description |
---|---|
SerializedProperty |
Methods
DrawCoreConfiguration()
Draw the core group of property fields. These are the main properties that appear before any other spaced section in the inspector.
Declaration
protected override void DrawCoreConfiguration()
Overrides
OnEnable()
This function is called when the object becomes enabled and active.
Declaration
protected override void OnEnable()