C# 클래스 MilkShakeFramework.Render.TextRenderer

상속: Renderer
파일 보기 프로젝트 열기: lucas-jones/MilkShake-old 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
_spriteFont Microsoft.Xna.Framework.Graphics.SpriteFont

공개 메소드들

메소드 설명
DrawText ( Vector2 _position, String _text, Color _color, System.Boolean _shadow = true ) : void
FixUp ( ) : void
Load ( LoadManager content ) : void
PostDraw ( ) : void
TextRenderer ( ) : System

비공개 메소드들

메소드 설명
RenderText ( Text text ) : void

메소드 상세

DrawText() 공개 메소드

public DrawText ( Vector2 _position, String _text, Color _color, System.Boolean _shadow = true ) : void
_position Vector2
_text String
_color Color
_shadow System.Boolean
리턴 void

FixUp() 공개 메소드

public FixUp ( ) : void
리턴 void

Load() 공개 메소드

public Load ( LoadManager content ) : void
content MilkShakeFramework.Core.Content.LoadManager
리턴 void

PostDraw() 공개 메소드

public PostDraw ( ) : void
리턴 void

TextRenderer() 공개 메소드

public TextRenderer ( ) : System
리턴 System

프로퍼티 상세

_spriteFont 공개적으로 정적으로 프로퍼티

public static SpriteFont,Microsoft.Xna.Framework.Graphics _spriteFont
리턴 Microsoft.Xna.Framework.Graphics.SpriteFont