C# Класс MBC.Controllers.DaveBot_1_4_5.ShotHelper

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

Открытые свойства

Свойство Тип Описание
MatchX int
MatchY int

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

Метод Описание
getDown ( Coordinates coords ) : Coordinates
getDown ( Coordinates coords, int howMany ) : List
getLeft ( Coordinates coords ) : Coordinates
getLeft ( Coordinates coords, int howMany ) : List
getRight ( Coordinates coords ) : Coordinates
getRight ( Coordinates coords, int howMany ) : List
getSurrounding ( Coordinates coords, bool sides, int howMany ) : List>
getSurrounding ( Coordinates coords, int howMany ) : List>
getUp ( Coordinates coords ) : Coordinates
getUp ( Coordinates coords, int howMany ) : List

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

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

public static getDown ( Coordinates coords ) : Coordinates
coords Coordinates
Результат Coordinates

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

public static getDown ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
Результат List

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

public static getLeft ( Coordinates coords ) : Coordinates
coords Coordinates
Результат Coordinates

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

public static getLeft ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
Результат List

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

public static getRight ( Coordinates coords ) : Coordinates
coords Coordinates
Результат Coordinates

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

public static getRight ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
Результат List

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

public static getSurrounding ( Coordinates coords, bool sides, int howMany ) : List>
coords Coordinates
sides bool
howMany int
Результат List>

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

public static getSurrounding ( Coordinates coords, int howMany ) : List>
coords Coordinates
howMany int
Результат List>

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

public static getUp ( Coordinates coords ) : Coordinates
coords Coordinates
Результат Coordinates

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

public static getUp ( Coordinates coords, int howMany ) : List
coords Coordinates
howMany int
Результат List

Описание свойств

MatchX публичное статическое свойство

public static int MatchX
Результат int

MatchY публичное статическое свойство

public static int MatchY
Результат int