Click or drag to resize

WindowShow Method (Object)

Show the window.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public UniTask<bool> Show(
	Object data = null
)
Request Example View Source

Parameters

data (Optional)
Type: SystemObject
Data to pass to the window.

Return Value

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