Click or drag to resize

UIManagerIsShownT Method

Returns whether a window of a particular type is shown.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool IsShown<T>()
where T : Window
Request Example View Source

Type Parameters

T

Return Value

Type: Boolean
See Also