Click or drag to resize

UIManagerFind Method (String)

Find a shown window by providing a name.

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

Parameters

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

Return Value

Type: Window
Reference to the window.
See Also