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

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

Méthodes publiques

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

Private Methods

Méthode Description
Charge ( ) : void
RayCastCallback ( Fixture f, Vector2 point1, Vector2 point2, float fl ) : float

Method Details

CheckCanSeePlayer() public méthode

public CheckCanSeePlayer ( ) : void
Résultat void

CheckCanSeePlayer() public méthode

public CheckCanSeePlayer ( Vector2 point ) : void
point Vector2
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

Mauler() public méthode

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

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

Update() public méthode

public Update ( ) : void
Résultat void