Click or drag to resize

WizardGoTo Method (Window)

Move the wizard to a specific screen.

Namespace:  Kit.UI
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public virtual UniTask<bool> GoTo(
	Window window
)
Request Example View Source

Parameters

window
Type: Kit.UIWindow

Return Value

Type: UniTaskBoolean
See Also