C# 클래스 ClickThroughFix.ClickThruBlocker.CTBWin

파일 보기 프로젝트 열기: linuxgurugamer/ClickThroughBlocker 1 사용 예제들

공개 메소드들

메소드 설명
CTBWin ( int id, Rect screenRect, string winName, string lockName ) : System.Collections.Generic
MouseIsOverWindow ( Rect rect ) : bool
SetLockString ( string s ) : void

비공개 메소드들

메소드 설명
OnDestroy ( ) : void
PreventEditorClickthrough ( Rect r ) : void
PreventInFlightClickthrough ( Rect r ) : void

메소드 상세

CTBWin() 공개 메소드

public CTBWin ( int id, Rect screenRect, string winName, string lockName ) : System.Collections.Generic
id int
screenRect Rect
winName string
lockName string
리턴 System.Collections.Generic

MouseIsOverWindow() 공개 정적인 메소드

public static MouseIsOverWindow ( Rect rect ) : bool
rect Rect
리턴 bool

SetLockString() 공개 메소드

public SetLockString ( string s ) : void
s string
리턴 void