C# Класс ScoreDisplay, goalBall

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

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

Свойство Тип Описание
BlueScore Text,
RedScore Text,
scoreKeeper ScoreKeeper,

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

Метод Описание
Start ( ) : void

Initializes variables needed for this script.

Update ( ) : void

Updates the score with the current values of scoreKeeper.

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

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

Initializes variables needed for this script.
public Start ( ) : void
Результат void

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

Updates the score with the current values of scoreKeeper.
public Update ( ) : void
Результат void

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

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

public Text, BlueScore
Результат Text,

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

public Text, RedScore
Результат Text,

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

public ScoreKeeper, scoreKeeper
Результат ScoreKeeper,