C# Класс LookUp, Summer_SlowJam_3

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

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

Метод Описание
PlayerCabinetPosition ( int playerNumber ) : int

Gets the players postion in the cabnet starting at 0 on the left.

PlayerColor ( int playerNumber ) : Color

Gets the Color assigned to that player

PlayerColorName ( int playerNumber ) : string

Gets the string of the Color assigned to that player.

PlayerLogicPosition ( int playerNumber ) : int

Gets the Player number from Cabnet position

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

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

Gets the players postion in the cabnet starting at 0 on the left.
public static PlayerCabinetPosition ( int playerNumber ) : int
playerNumber int
Результат int

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

Gets the Color assigned to that player
public static PlayerColor ( int playerNumber ) : Color
playerNumber int
Результат Color

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

Gets the string of the Color assigned to that player.
public static PlayerColorName ( int playerNumber ) : string
playerNumber int
Результат string

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

Gets the Player number from Cabnet position
public static PlayerLogicPosition ( int playerNumber ) : int
playerNumber int
Результат int