C# Class BoringHeroes.GameLogic.Modes.GameMode

Afficher le fichier Open project: lances101/BoringHeroes Class Usage Examples

Méthodes publiques

Méthode Description
GameMode ( string name, string loadingMatchPath, int laneRule, Rectangle minimapRectangle, Point leftFountain, Point rightFountain, Composite mapChallengeBehavior, Point leftBasePoint, Point rightBasePoint, Point topLane, Point midLane, Point botLane ) : System.Collections.Generic
PregameActions ( ) : void

Méthodes protégées

Méthode Description
GameMode ( ) : System.Collections.Generic

Private Methods

Méthode Description
InterpolatePoints ( List p ) : void

Method Details

GameMode() protected méthode

protected GameMode ( ) : System.Collections.Generic
Résultat System.Collections.Generic

GameMode() public méthode

public GameMode ( string name, string loadingMatchPath, int laneRule, Rectangle minimapRectangle, Point leftFountain, Point rightFountain, Composite mapChallengeBehavior, Point leftBasePoint, Point rightBasePoint, Point topLane, Point midLane, Point botLane ) : System.Collections.Generic
name string
loadingMatchPath string
laneRule int
minimapRectangle System.Drawing.Rectangle
leftFountain System.Drawing.Point
rightFountain System.Drawing.Point
mapChallengeBehavior Composite
leftBasePoint System.Drawing.Point
rightBasePoint System.Drawing.Point
topLane System.Drawing.Point
midLane System.Drawing.Point
botLane System.Drawing.Point
Résultat System.Collections.Generic

PregameActions() public abstract méthode

public abstract PregameActions ( ) : void
Résultat void