C# 클래스 geek.GameEngine.Visuals.DynamicGameText

상속: GameText
파일 보기 프로젝트 열기: impworks/xna.geek.engine

공개 메소드들

메소드 설명
Draw ( SpriteBatch batch ) : void
DynamicGameText ( SpriteFont font, string text, float speed ) : System.Text
Reset ( ) : void

Resets the text animation to it's start.

SkipAnimation ( ) : void

Skips the animation and displays the text completely.

Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( SpriteBatch batch ) : void
batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void

DynamicGameText() 공개 메소드

public DynamicGameText ( SpriteFont font, string text, float speed ) : System.Text
font Microsoft.Xna.Framework.Graphics.SpriteFont
text string
speed float
리턴 System.Text

Reset() 공개 메소드

Resets the text animation to it's start.
public Reset ( ) : void
리턴 void

SkipAnimation() 공개 메소드

Skips the animation and displays the text completely.
public SkipAnimation ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void