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

Method ShowFloating

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

Shows the window in a floating state.

()

Source from the content-addressed store, hash-verified

152 /// Shows the window in a floating state.
153 /// </summary>
154 public void ShowFloating()
155 {
156 ShowFloating(Float2.Zero);
157 }
158
159 /// <summary>
160 /// Shows the window in a floating state.

Callers 4

ShowSearchMethod · 0.80
OpenMethod · 0.80
ShowMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected