C# Класс BoringHeroes.GameLogic.Modes.GameMode

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
GameMode ( ) : System.Collections.Generic

Приватные методы

Метод Описание
InterpolatePoints ( List p ) : void

Описание методов

GameMode() защищенный Метод

protected GameMode ( ) : System.Collections.Generic
Результат System.Collections.Generic

GameMode() публичный Метод

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
Результат System.Collections.Generic

PregameActions() публичный абстрактный Метод

public abstract PregameActions ( ) : void
Результат void