C# 클래스 fliXNA_xbox.FlxText

상속: FlxSprite
파일 보기 프로젝트 열기: jlorek/flxSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_scale float

보호된 프로퍼티들

프로퍼티 타입 설명
_font Microsoft.Xna.Framework.Graphics.SpriteFont
_regen System.Boolean
_textField String

공개 메소드들

메소드 설명
FlxText ( float X, float Y, float Width, String Text = null, SpriteFont Font = null ) : System
destroy ( ) : void
draw ( ) : void
setFormat ( Color Color, float Scale = 1.0f, SpriteFont Font = null ) : FlxText
update ( ) : void

메소드 상세

FlxText() 공개 메소드

public FlxText ( float X, float Y, float Width, String Text = null, SpriteFont Font = null ) : System
X float
Y float
Width float
Text String
Font Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 System

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

draw() 공개 메소드

public draw ( ) : void
리턴 void

setFormat() 공개 메소드

public setFormat ( Color Color, float Scale = 1.0f, SpriteFont Font = null ) : FlxText
Color Color
Scale float
Font Microsoft.Xna.Framework.Graphics.SpriteFont
리턴 FlxText

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

_font 보호되어 있는 프로퍼티

protected SpriteFont,Microsoft.Xna.Framework.Graphics _font
리턴 Microsoft.Xna.Framework.Graphics.SpriteFont

_regen 보호되어 있는 프로퍼티

protected Boolean,System _regen
리턴 System.Boolean

_scale 공개적으로 프로퍼티

public float _scale
리턴 float

_textField 보호되어 있는 프로퍼티

protected String _textField
리턴 String