C# 클래스 Project290.Games.Solitude.SolitudeObjects.Enemies.Sentinel

This enemy moves back and forth in set path or semi-random directions. If the player draws near, it attacks
상속: Enemy
파일 보기 프로젝트 열기: scastle/Solitude

공개 메소드들

메소드 설명
Draw ( ) : void
Sentinel ( Vector2 position, Vector2 velocity, World w, int rate ) : System
Shoot ( ) : void
Update ( ) : void

메소드 상세

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

Sentinel() 공개 메소드

public Sentinel ( Vector2 position, Vector2 velocity, World w, int rate ) : System
position Vector2
velocity Vector2
w Project290.Physics.Dynamics.World
rate int
리턴 System

Shoot() 공개 메소드

public Shoot ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void