Click or drag to resize

UIManagerFindT Method

Find the first shown window of a given class.

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

Type Parameters

T

Return Value

Type: T
Reference to the window.
See Also