C# 클래스 RenderingLibrary.Graphics.TextManager

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

Private Properties

프로퍼티 타입 설명
RenderTextTextures void

공개 메소드들

메소드 설명
Add ( Text text ) : void
Add ( Text text, Layer layer ) : void
Remove ( Text text ) : void

비공개 메소드들

메소드 설명
RenderTextTextures ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( Text text ) : void
text Text
리턴 void

Add() 공개 메소드

public Add ( Text text, Layer layer ) : void
text Text
layer Layer
리턴 void

Remove() 공개 메소드

public Remove ( Text text ) : void
text Text
리턴 void