Click or drag to resize

UIManagerIsShown Method (String)

Returns whether a window with a particular name is shown.

Namespace:  Kit
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0
Syntax
C#
public static bool IsShown(
	string name
)
Request Example View Source

Parameters

name
Type: SystemString
The window (prefab/GameObject) name.

Return Value

Type: Boolean
See Also