Class XRControllerRecorderEditor
Custom editor for an XRControllerRecorder.
Namespace: UnityEditor.XR.Interaction.Toolkit
Syntax
public class XRControllerRecorderEditor : Editor
Methods
DrawPlaybackControls()
Draw the playback controls while the application is playing.
Declaration
protected virtual void DrawPlaybackControls()
DrawTimeline()
Draw the time progress bar while the application is playing.
Declaration
protected virtual void DrawTimeline()
OnEnable()
This function is called when the object becomes enabled and active.
Declaration
protected virtual void OnEnable()
OnInspectorGUI()
Declaration
public override void OnInspectorGUI()