Show / Hide Table of Contents

    Class EditorWindowBase<TWindow>

    Inheritance
    Object
    EditorWindowBase<TWindow>
    Namespace: Microsoft.MixedReality.SpectatorView.Editor
    Assembly: cs.temp.dll.dll
    Syntax
    public class EditorWindowBase<TWindow> : EditorWindow where TWindow : EditorWindowBase<TWindow>
    Type Parameters
    Name Description
    TWindow

    Methods

    GetWindowName()

    Declaration
    protected static string GetWindowName()
    Returns
    Type Description
    String

    RenderTitle(String, Color)

    Declaration
    protected void RenderTitle(string title, Color color)
    Parameters
    Type Name Description
    String title
    Color color

    ShowWindow()

    Declaration
    protected static void ShowWindow()

    TryGetWindow()

    Declaration
    public static TWindow TryGetWindow()
    Returns
    Type Description
    TWindow

    Update()

    Declaration
    protected virtual void Update()
    Back to top Generated by DocFX