docs.unity3d.com
    Show / Hide Table of Contents

    Class ServerEditor

    The base editor for Server instances.

    Inheritance
    Object
    ServerEditor
    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()
    Back to top
    Terms of use
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023