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

Inheritance: Enemy
Show file Open project: scastle/Solitude

Public Methods

Method Description
CheckCanSeePlayer ( ) : void
CheckCanSeePlayer ( Vector2 point ) : void
Draw ( ) : void
Fighter ( Vector2 position, World w ) : System
Shoot ( ) : void
Update ( ) : void

Private Methods

Method Description
RayCastCallback ( Fixture f, Vector2 point1, Vector2 point2, float fl ) : float
SetVelocity ( ) : void

Method Details

CheckCanSeePlayer() public method

public CheckCanSeePlayer ( ) : void
return void

CheckCanSeePlayer() public method

public CheckCanSeePlayer ( Vector2 point ) : void
point Vector2
return void

Draw() public method

public Draw ( ) : void
return void

Fighter() public method

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

Shoot() public method

public Shoot ( ) : void
return void

Update() public method

public Update ( ) : void
return void