Click or drag to resize

EditorWindowExtensionsGetDocked Method

Gets the docked state of specified EditorWindow.

Namespace:  HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:  MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
public static bool GetDocked(
	this EditorWindow window
)

Parameters

window
Type: EditorWindow
The editor window which docked state needed.

Return Value

Type: Boolean
true - if window is docked; otherwise - false.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type EditorWindow. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also