Kit Documentation
Kit Documentation
Kit Reference
Kit.UI Namespaces
Kit.UI
Window Class
Window Methods
Show Method
Show Method (Object)
Show Method (String, Object)
Window
Show Method (String, Object)
Show the window using a particular animation.
Namespace:
Kit.UI
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
Copy
public
UniTask
<
bool
>
Show
(
string
animation
,
Object
data
=
null
)
Request Example
View Source
Parameters
animation
Type:
System
String
Play this animation state instead of the one set in
ShowAnimation
.
data
(Optional)
Type:
System
Object
Data to pass to the window.
Return Value
Type:
UniTask
Boolean
Whether the window was successfully shown.
Remarks
Can be
await
-ed upon.
See Also
Reference
Window Class
Show Overload
Kit.UI Namespace
Send comments on this topic to
agam@frag-games.com