Class EditorWindowBase<TWindow>
Inheritance
EditorWindowBase<TWindow>
Assembly: cs.temp.dll.dll
Syntax
public class EditorWindowBase<TWindow> : EditorWindow where TWindow : EditorWindowBase<TWindow>
Type Parameters
Methods
GetWindowName()
Declaration
protected static string GetWindowName()
Returns
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
Update()
Declaration
protected virtual void Update()