C# 클래스 Nez.TextRunComponent

very basic wrapper around TextRun. Note that the TextRunComponent.compile method should be used not TextRun.compile so that the Component data can be passed off to the TextRun.
상속: RenderableComponent
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
textRun TextRun

공개 메소드들

메소드 설명
TextRunComponent ( TextRun textRun )
compile ( ) : void

calls through to TextRun.compile and handles marshalling some data between this Component and the underlying TextRun

render ( Graphics graphics, Camera camera ) : void

메소드 상세

TextRunComponent() 공개 메소드

public TextRunComponent ( TextRun textRun )
textRun TextRun

compile() 공개 메소드

calls through to TextRun.compile and handles marshalling some data between this Component and the underlying TextRun
public compile ( ) : void
리턴 void

render() 공개 메소드

public render ( Graphics graphics, Camera camera ) : void
graphics Graphics
camera Camera
리턴 void

프로퍼티 상세

textRun 공개적으로 프로퍼티

public TextRun,Nez textRun
리턴 TextRun