C# 클래스 Nez.UI.WindowStyle

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

공개 프로퍼티들

프로퍼티 타입 설명
background IDrawable
stageBackground IDrawable
titleFont BitmapFont
titleFontColor Color

공개 메소드들

메소드 설명
WindowStyle ( ) : System
WindowStyle ( BitmapFont titleFont, Color titleFontColor, IDrawable background ) : System
clone ( ) : WindowStyle

메소드 상세

WindowStyle() 공개 메소드

public WindowStyle ( ) : System
리턴 System

WindowStyle() 공개 메소드

public WindowStyle ( BitmapFont titleFont, Color titleFontColor, IDrawable background ) : System
titleFont BitmapFont
titleFontColor Color
background IDrawable
리턴 System

clone() 공개 메소드

public clone ( ) : WindowStyle
리턴 WindowStyle

프로퍼티 상세

background 공개적으로 프로퍼티

public IDrawable background
리턴 IDrawable

stageBackground 공개적으로 프로퍼티

public IDrawable stageBackground
리턴 IDrawable

titleFont 공개적으로 프로퍼티

public BitmapFont titleFont
리턴 BitmapFont

titleFontColor 공개적으로 프로퍼티

public Color titleFontColor
리턴 Color