C# Class Project290.Games.Solitude.SolitudeObjects.Enemies.TyTaylor

Inheritance: Enemy
Afficher le fichier Open project: scastle/Solitude

Méthodes publiques

Свойство Type Description
lastCollided System.DateTime
lastShot long

Méthodes publiques

Méthode Description
Draw ( ) : void
OnCollision ( Fixture f1, Fixture f2, Physics c ) : bool
Shoot ( ) : void
TyTaylor ( World w, Vector2 position ) : System
Update ( ) : void

Method Details

Draw() public méthode

public Draw ( ) : void
Résultat void

OnCollision() public méthode

public OnCollision ( Fixture f1, Fixture f2, Physics c ) : bool
f1 Project290.Physics.Dynamics.Fixture
f2 Project290.Physics.Dynamics.Fixture
c Physics
Résultat bool

Shoot() public méthode

public Shoot ( ) : void
Résultat void

TyTaylor() public méthode

public TyTaylor ( World w, Vector2 position ) : System
w Project290.Physics.Dynamics.World
position Vector2
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

lastCollided public_oe property

public DateTime,System lastCollided
Résultat System.DateTime

lastShot public_oe property

public long lastShot
Résultat long