C# 클래스 Beyond_Beyaan.BBToolTip

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( ) : void
Initialize ( string name, string text, int screenWidth, int screenHeight, Random r, string &reason ) : bool
MouseHover ( int x, int y, float frameDeltaTime ) : bool
SetShowing ( bool showing ) : void
SetText ( string text ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( string name, string text, int screenWidth, int screenHeight, Random r, string &reason ) : bool
name string
text string
screenWidth int
screenHeight int
r System.Random
reason string
리턴 bool

MouseHover() 공개 메소드

public MouseHover ( int x, int y, float frameDeltaTime ) : bool
x int
y int
frameDeltaTime float
리턴 bool

SetShowing() 공개 메소드

public SetShowing ( bool showing ) : void
showing bool
리턴 void

SetText() 공개 메소드

public SetText ( string text ) : void
text string
리턴 void