C# 클래스 PhinixClient.PlaceholderWidget

상속: Displayable
파일 보기 프로젝트 열기: thomotron/Phinix 1 사용 예제들

공개 메소드들

메소드 설명
Draw ( Rect inRect ) : void
PlaceholderWidget ( string text = null ) : PhinixClient.GUI

Creates a PlaceholderWidget with the given text.

메소드 상세

Draw() 공개 메소드

public Draw ( Rect inRect ) : void
inRect Rect
리턴 void

PlaceholderWidget() 공개 메소드

Creates a PlaceholderWidget with the given text.
public PlaceholderWidget ( string text = null ) : PhinixClient.GUI
text string Text to display
리턴 PhinixClient.GUI