MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Hide

Method Hide

Source/Editor/GUI/Docking/DockWindow.cs:304–313  ·  view source on GitHub ↗

Hides the window.

()

Source from the content-addressed store, hash-verified

302 /// Hides the window.
303 /// </summary>
304 public void Hide()
305 {
306 // Undock
307 Undock();
308
309 Visible = false;
310
311 // Ensure that dock panel has no parent
312 Assert.IsFalse(HasParent);
313 }
314
315 /// <summary>
316 /// Closes the window.

Callers

nothing calls this directly

Calls 1

IsFalseMethod · 0.45

Tested by

no test coverage detected