Class PythonConsoleWindow
Inherited Members
EditorWindow.GetWindow<T>()
EditorWindow.HasOpenInstances<T>()
EditorWindow.FocusWindowIfItsOpen<T>()
EditorWindow.GetWindowWithRect<T>(Rect)
EditorWindow.depthBufferBits
EditorWindow.antiAlias
Namespace: UnityEditor.Scripting.Python
Assembly: Unity.Scripting.Python.Editor.dll
Syntax
[Serializable]
public class PythonConsoleWindow : EditorWindow
Methods
AddToOutput(string)
Declaration
public static void AddToOutput(string input)
Parameters
Type | Name | Description |
---|---|---|
string | input |
OnEnable()
Declaration
public void OnEnable()
ShowWindow()
Declaration
[MenuItem("Window/General/Python Console")]
public static void ShowWindow()