Class ServerEditor
The base editor for Server instances.
Namespace: Unity.LiveCapture.Editor
Syntax
public class ServerEditor : UnityEditor.Editor
Remarks
Inherit from this class when implementing the editor for a custom server.
Methods
DoToolbarMenu()
Draws the server menu in the toolbar.
Declaration
protected void DoToolbarMenu()
OnEnable()
Initializes the server inspector.
Declaration
protected virtual void OnEnable()
OnInspectorGUI()
Draws the inspector for this server.
Declaration
public override void OnInspectorGUI()
OnToolbarGUI()
Draws additional controls to the server's header toolbar.
Declaration
public virtual void OnToolbarGUI()