C# 클래스 FlatRedBall.Gui.TextDisplay

Summary description for TextDisplay.
상속: Window
파일 보기 프로젝트 열기: vchelaru/FlatRedBall 1 사용 예제들

공개 메소드들

메소드 설명
Activity ( Camera camera ) : void
IsPointOnWindow ( float cameraRelativeX, float cameraRelativeY ) : bool
SetSkin ( GuiSkin guiSkin ) : void
TextDisplay ( Cursor cursor ) : System
ToString ( ) : string
Wrap ( float width ) : void

비공개 메소드들

메소드 설명
DrawSelfAndChildren ( Camera camera ) : void
GetNumberOfVerticesToDraw ( ) : int

메소드 상세

Activity() 공개 메소드

public Activity ( Camera camera ) : void
camera FlatRedBall.Camera
리턴 void

IsPointOnWindow() 공개 메소드

public IsPointOnWindow ( float cameraRelativeX, float cameraRelativeY ) : bool
cameraRelativeX float
cameraRelativeY float
리턴 bool

SetSkin() 공개 메소드

public SetSkin ( GuiSkin guiSkin ) : void
guiSkin GuiSkin
리턴 void

TextDisplay() 공개 메소드

public TextDisplay ( Cursor cursor ) : System
cursor Cursor
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Wrap() 공개 메소드

public Wrap ( float width ) : void
width float
리턴 void