C# 클래스 PantheonPrototype.EnemyNPC

상속: NPCCharacter
파일 보기 프로젝트 열기: Bacon41/PantheonPrototype

공개 메소드들

메소드 설명
EnemyNPC ( Vector2 location, Rectangle drawBox, Rectangle boundingBox ) : System
Update ( GameTime gameTime, Pantheon gameReference ) : void

메소드 상세

EnemyNPC() 공개 메소드

public EnemyNPC ( Vector2 location, Rectangle drawBox, Rectangle boundingBox ) : System
location Vector2
drawBox Microsoft.Xna.Framework.Rectangle
boundingBox Microsoft.Xna.Framework.Rectangle
리턴 System

Update() 공개 메소드

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