C# 클래스 WindowHandler, RPGQuest

상속: MonoBehaviour
파일 보기 프로젝트 열기: hughrogers/RPGQuest 1 사용 예제들

공개 메소드들

메소드 설명
AddPosition ( DialoguePosition, dp ) : void
BlockFocus ( bool block ) : void
CheckIDs ( ) : void
GetFocusID ( ) : int
GetID ( int id ) : int
IsFocusBlocked ( ) : bool
IsInGUI ( Vector3 point ) : bool
RemovePosition ( DialoguePosition, dp ) : void
SetFocusID ( int id ) : void
Tick ( float t ) : void
WindowHandler ( ) : System.Collections

메소드 상세

AddPosition() 공개 메소드

public AddPosition ( DialoguePosition, dp ) : void
dp DialoguePosition,
리턴 void

BlockFocus() 공개 메소드

public BlockFocus ( bool block ) : void
block bool
리턴 void

CheckIDs() 공개 메소드

public CheckIDs ( ) : void
리턴 void

GetFocusID() 공개 메소드

public GetFocusID ( ) : int
리턴 int

GetID() 공개 메소드

public GetID ( int id ) : int
id int
리턴 int

IsFocusBlocked() 공개 메소드

public IsFocusBlocked ( ) : bool
리턴 bool

IsInGUI() 공개 메소드

public IsInGUI ( Vector3 point ) : bool
point Vector3
리턴 bool

RemovePosition() 공개 메소드

public RemovePosition ( DialoguePosition, dp ) : void
dp DialoguePosition,
리턴 void

SetFocusID() 공개 메소드

public SetFocusID ( int id ) : void
id int
리턴 void

Tick() 공개 메소드

public Tick ( float t ) : void
t float
리턴 void

WindowHandler() 공개 메소드

public WindowHandler ( ) : System.Collections
리턴 System.Collections