MeshChecker Scripting Reference
MeshChecker Scripting Reference
MeshChecker Namespaces
HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
EditorWindowExtensions Class
EditorWindowExtensions Methods
GetDocked Method
EditorWindowExtensions
GetDocked Method
Gets the docked state of specified
EditorWindow
.
Namespace:
HightlanderSolutions.MeshCheckerEditorExtension.UserInterface
Assembly:
MeshCheckerLibrary (in MeshCheckerLibrary.dll) Version: 2.3
Syntax
C#
Copy
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
Reference
EditorWindowExtensions Class
HightlanderSolutions.MeshCheckerEditorExtension.UserInterface Namespace
Send comments on this topic to
assets@hightlander.com