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
Показать файл Открыть проект

Открытые методы

Метод Описание
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