Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

Original file: ../bitquirky-graph/Editor/GraphView/Automation/AutomatedEditorWindowHost.cs

Source file hash: sha256:1cd6f2e25b2803304b5fd06f008ae8c01d040d1fccaa21de32e38ec9303c21b0

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Original lines: 41-635

Declaration hash: sha256:83f1bf372139211644a3b056c196a7ef428bf101de7eec5c521473d593e14351

C#
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]
public static class AutomatedEditorWindowHost
{
}

Original lines: 69-79

Declaration hash: sha256:97fd58843b5aa2983493d63b324d8a0f416aefd9c433729b2445576567b75458

C#
public static T Dock<T>()
where T : EditorWindow;

Method: Dock<T>(float frameWidth, float frameHeight)

Section titled “Method: Dock<T>(float frameWidth, float frameHeight)”

Original lines: 86-91

Declaration hash: sha256:93c296fefdf75532d0f05e290423d18b15d068184fcd7fd25b86df9b08e432d6

C#
public static T Dock<T>(float frameWidth, float frameHeight)
where T : EditorWindow;

Method: Dock(EditorWindow window, float fallbackWidth, float fallbackHeight)

Section titled “Method: Dock(EditorWindow window, float fallbackWidth, float fallbackHeight)”

Original lines: 101-118

Declaration hash: sha256:c846a1edb3c094e147309675f8926da3f575e851337297359440a515beaa66d6

C#
public static void Dock(EditorWindow window, float fallbackWidth = 800f, float fallbackHeight = 600f);

Method: Anchor(EditorWindow window, float frameWidth, float frameHeight)

Section titled “Method: Anchor(EditorWindow window, float frameWidth, float frameHeight)”

Original lines: 125-137

Declaration hash: sha256:579304cda219e316cfddba602339be32f3181de55c11aa4c6564e994b1d2c587

C#
public static void Anchor(EditorWindow window, float frameWidth, float frameHeight);

Method: ContentOrigin(EditorWindow window)

Section titled “Method: ContentOrigin(EditorWindow window)”

Original lines: 144-152

Declaration hash: sha256:24f145cf535827100807b70acb146ed3a40218800fcd91188ff3a814407e069b

C#
public static Vector2 ContentOrigin(EditorWindow window);

Original lines: 158-168

Declaration hash: sha256:4d514514adf1b3383c33aa9f69d04fa07f7c75426eae832a9a7a85de062720e1

C#
public static Vector2 FrameOf(EditorWindow window);

Original lines: 184-332

Declaration hash: sha256:b8df5c4c6bcb07a5c83d0240b7d5ed49837a21d8d2c981695b887869fa7f3cbb

C#
public static Texture2D RenderRoot(EditorWindow window);

Original lines: 345-363

Declaration hash: sha256:6f297c33d0152ab9dccf2b11beabe76b92bba90e1929edf7ebf53203019221d5

C#
public static void Close(EditorWindow window);

Original lines: 369-384

Declaration hash: sha256:233667cd14e6c8567e10804365ff83b97bd623d1f046516ea7daf2a82f23c976

C#
public static int CloseAll();

Original lines: 390-441

Declaration hash: sha256:459ea70f70e4eda9ece711327d0f8f35b894b89dbce16b7ef72d57445f48303d

C#
public static int CloseOrphanedContainers();

Method: Resolve(Rect unityWindow, Rect unityDisplay, Vector2 requestedSize)

Section titled “Method: Resolve(Rect unityWindow, Rect unityDisplay, Vector2 requestedSize)”

Original lines: 452-465

Declaration hash: sha256:344507151b27d3d00c433817d82d7605df61598939bc20f0382d0eea1a296c74

C#
public static Rect Resolve(Rect unityWindow, Rect unityDisplay, Vector2 requestedSize);
Full-size image