EditorPanelCaptureState.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Automation/EditorPanelCaptureState.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Automation/EditorPanelCaptureState.cs
Source file hash: sha256:70856315c47f90dc600143611e07654e44403df6f37eb251183c63e46603d1ec
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: EditorPanelCaptureState
Section titled “Type: EditorPanelCaptureState”Original lines: 16-255
Declaration hash: sha256:6df68bd7f4b45c91ae5b443e87b599ec25b187e361b40527069f1070fa9c8c0d
[Unity.Scripting.LifecycleManagement.NoAutoStaticsCleanup]public sealed class EditorPanelCaptureState{}Method: EditorPanelCaptureState(VisualElement sourceRoot)
Section titled “Method: EditorPanelCaptureState(VisualElement sourceRoot)”Original lines: 58-82
Declaration hash: sha256:1385aeeb9ec2661dc627c348378a587bb118329e33a378722a94613456240654
public EditorPanelCaptureState(VisualElement sourceRoot);Method: SuspendFocus()
Section titled “Method: SuspendFocus()”Original lines: 89-107
Declaration hash: sha256:24f68da053d7f144eabce11e9eef5d35451d0bde486965aaeb3ad8e9d7bb55e0
public void SuspendFocus();Method: Restore(IPanel panel)
Section titled “Method: Restore(IPanel panel)”Original lines: 114-165
Declaration hash: sha256:5c15388090b4f69859682c2126fcbe03b2c67410daf96bd80c3fd0ebb45c736d
public void Restore(IPanel panel);