C# 클래스 Gonzo.Elements.UILabel

상속: UIElement
파일 보기 프로젝트 열기: Afr0Games/Project-Dollhouse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Caption string

공개 메소드들

메소드 설명
Draw ( SpriteBatch SBatch, float LayerDepth ) : void
UILabel ( AddTextNode Node, ParserState State, UIScreen Screen ) : Microsoft.Xna.Framework

비공개 메소드들

메소드 설명
AlignText ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch SBatch, float LayerDepth ) : void
SBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
LayerDepth float
리턴 void

UILabel() 공개 메소드

public UILabel ( AddTextNode Node, ParserState State, UIScreen Screen ) : Microsoft.Xna.Framework
Node UIParser.Nodes.AddTextNode
State UIParser.ParserState
Screen UIScreen
리턴 Microsoft.Xna.Framework

프로퍼티 상세

Caption 공개적으로 프로퍼티

public string Caption
리턴 string