C# 클래스 Nez.UI.LabelStyle

the style for a label
파일 보기 프로젝트 열기: prime31/Nez 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
background IDrawable
font BitmapFont
fontColor Color

공개 메소드들

메소드 설명
LabelStyle ( ) : System
LabelStyle ( BitmapFont font, Color fontColor ) : System
LabelStyle ( Color fontColor ) : System
clone ( ) : LabelStyle

메소드 상세

LabelStyle() 공개 메소드

public LabelStyle ( ) : System
리턴 System

LabelStyle() 공개 메소드

public LabelStyle ( BitmapFont font, Color fontColor ) : System
font BitmapFont
fontColor Color
리턴 System

LabelStyle() 공개 메소드

public LabelStyle ( Color fontColor ) : System
fontColor Color
리턴 System

clone() 공개 메소드

public clone ( ) : LabelStyle
리턴 LabelStyle

프로퍼티 상세

background 공개적으로 프로퍼티

public IDrawable background
리턴 IDrawable

font 공개적으로 프로퍼티

public BitmapFont font
리턴 BitmapFont

fontColor 공개적으로 프로퍼티

public Color fontColor
리턴 Color