C# 클래스 Nez.CompiledTextElement

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
CompiledTextElement ( string text, Vector2 position, FormatInstruction formatInstruction ) : System
render ( Graphics graphics, Vector2 offset ) : void

메소드 상세

CompiledTextElement() 공개 메소드

public CompiledTextElement ( string text, Vector2 position, FormatInstruction formatInstruction ) : System
text string
position Vector2
formatInstruction FormatInstruction
리턴 System

render() 공개 메소드

public render ( Graphics graphics, Vector2 offset ) : void
graphics Graphics
offset Vector2
리턴 void