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

Inheritance: Enemy
Show file Open project: scastle/Solitude

Public Properties

Property Type Description
lastCollided System.DateTime
lastShot long

Public Methods

Method 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 method

public Draw ( ) : void
return void

OnCollision() public method

public OnCollision ( Fixture f1, Fixture f2, Physics c ) : bool
f1 Project290.Physics.Dynamics.Fixture
f2 Project290.Physics.Dynamics.Fixture
c Physics
return bool

Shoot() public method

public Shoot ( ) : void
return void

TyTaylor() public method

public TyTaylor ( World w, Vector2 position ) : System
w Project290.Physics.Dynamics.World
position Vector2
return System

Update() public method

public Update ( ) : void
return void

Property Details

lastCollided public property

public DateTime,System lastCollided
return System.DateTime

lastShot public property

public long lastShot
return long