C# 클래스 Bluemagic.TerraSpirit.Bullet

파일 보기 프로젝트 열기: blushiemagic/ElementalUnleash

공개 메소드들

메소드 설명
Collides ( Rectangle box ) : bool
Draw ( SpriteBatch spriteBatch ) : void
Update ( Bluemagic.TerraSpirit.TerraSpirit spirit, Rectangle bounds ) : bool

메소드 상세

Collides() 공개 추상적인 메소드

public abstract Collides ( Rectangle box ) : bool
box Rectangle
리턴 bool

Draw() 공개 추상적인 메소드

public abstract Draw ( SpriteBatch spriteBatch ) : void
spriteBatch SpriteBatch
리턴 void

Update() 공개 추상적인 메소드

public abstract Update ( Bluemagic.TerraSpirit.TerraSpirit spirit, Rectangle bounds ) : bool
spirit Bluemagic.TerraSpirit.TerraSpirit
bounds Rectangle
리턴 bool