C# 클래스 DodongosQuest.Creatures.Fire

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

공개 메소드들

메소드 설명
Draw ( GameTime gameTime ) : void
Fire ( Vector2 worldIndex, World world ) : System
Update ( GameTime gameTime ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void

Fire() 공개 메소드

public Fire ( Vector2 worldIndex, World world ) : System
worldIndex Vector2
world World
리턴 System

Update() 공개 메소드

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
리턴 void