C# Class SimpleSoccer.Net.GoalKeeper

Inheritance: PlayerBase
Afficher le fichier Open project: soshimozi/SimpleSoccer.Net

Méthodes publiques

Méthode Description
BallWithinRangeForIntercept ( ) : bool
GetRearInterposeTarget ( ) : Vector2D
GoalKeeper ( SoccerTeam homeTeam, int homeRegionIndex, State startState, Vector2D heading, Vector2D velocity, double mass, double maxForce, double maxSpeed, double maxTurnRate, double scale ) : System
HandleMessage ( Telegram msg ) : bool
Render ( Graphics g ) : void
TooFarFromGoalMouth ( ) : bool
Update ( ) : void

Method Details

BallWithinRangeForIntercept() public méthode

public BallWithinRangeForIntercept ( ) : bool
Résultat bool

GetRearInterposeTarget() public méthode

public GetRearInterposeTarget ( ) : Vector2D
Résultat Vector2D

GoalKeeper() public méthode

public GoalKeeper ( SoccerTeam homeTeam, int homeRegionIndex, State startState, Vector2D heading, Vector2D velocity, double mass, double maxForce, double maxSpeed, double maxTurnRate, double scale ) : System
homeTeam SoccerTeam
homeRegionIndex int
startState State
heading Vector2D
velocity Vector2D
mass double
maxForce double
maxSpeed double
maxTurnRate double
scale double
Résultat System

HandleMessage() public méthode

public HandleMessage ( Telegram msg ) : bool
msg Telegram
Résultat bool

Render() public méthode

public Render ( Graphics g ) : void
g System.Drawing.Graphics
Résultat void

TooFarFromGoalMouth() public méthode

public TooFarFromGoalMouth ( ) : bool
Résultat bool

Update() public méthode

public Update ( ) : void
Résultat void