Click or drag to resize

WindowHide Method (WindowHideMode)

Hide the window.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public UniTask<bool> Hide(
	WindowHideMode mode = WindowHideMode.Auto
)
Request Example View Source

Parameters

mode (Optional)
Type: KitWindowHideMode
How to hide the window?

Return Value

Type: UniTaskBoolean
Whether the window was successfully hidden.
Remarks
Can be await-ed upon.
See Also