C# 클래스 fBaseXtensions.Game.UI

파일 보기 프로젝트 열기: herbfunk/Funky

공개 메소드들

메소드 설명
GetChildren ( UIElement uie ) : List
GetUIMap ( ) : List
UIElementString ( UIElement uie ) : string
ValidateUIElement ( UIElement uie ) : bool

Checks if UIElement is not null and is valid and visible.

_CloseGameProhibitingElements ( ) : Task

비공개 메소드들

메소드 설명
CloseGameProhibitingElements ( ) : RunStatus
FindGameProhibitingElements ( ) : UIElement

메소드 상세

GetChildren() 공개 정적인 메소드

public static GetChildren ( UIElement uie ) : List
uie UIElement
리턴 List

GetUIMap() 공개 정적인 메소드

public static GetUIMap ( ) : List
리턴 List

UIElementString() 공개 정적인 메소드

public static UIElementString ( UIElement uie ) : string
uie UIElement
리턴 string

ValidateUIElement() 공개 정적인 메소드

Checks if UIElement is not null and is valid and visible.
public static ValidateUIElement ( UIElement uie ) : bool
uie UIElement
리턴 bool

_CloseGameProhibitingElements() 공개 정적인 메소드

public static _CloseGameProhibitingElements ( ) : Task
리턴 Task