C# 클래스 Nez.FormatInstruction

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

공개 프로퍼티들

프로퍼티 타입 설명
color Color
font IFont
scale Vector2

공개 메소드들

메소드 설명
FormatInstruction ( IFont font, Color color, Vector2 scale ) : System

메소드 상세

FormatInstruction() 공개 메소드

public FormatInstruction ( IFont font, Color color, Vector2 scale ) : System
font IFont
color Color
scale Vector2
리턴 System

프로퍼티 상세

color 공개적으로 프로퍼티

public Color color
리턴 Color

font 공개적으로 프로퍼티

public IFont font
리턴 IFont

scale 공개적으로 프로퍼티

public Vector2 scale
리턴 Vector2