C# Класс RoundCounter, AngryCartels

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

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

Свойство Тип Описание
roundText Text

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

Метод Описание
Update ( ) : void
setMaxRoundsText ( int maxRounds ) : void

Sets the maximum number of rounds to be displayed for this game. This method should only be called once at the start of the game scene.

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

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

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

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

Sets the maximum number of rounds to be displayed for this game. This method should only be called once at the start of the game scene.
public setMaxRoundsText ( int maxRounds ) : void
maxRounds int
Результат void

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

roundText публичное свойство

public Text roundText
Результат Text