C# Класс HalftimeBreak, goalBall

Break to occur when it is halftime
Наследование: GameBreak
Показать файл Открыть проект Примеры использования класса

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

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

Actions to perform when the break ends -- Announce who possesses the ball and that play has continued

HalftimeBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

Actions to perform when the break begins -- Announce that it is halftime and the current scores

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

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

Actions to perform when the break ends -- Announce who possesses the ball and that play has continued
public EndOfBreakActions ( ) : void
Результат void

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

Default constructor to set the break length
public HalftimeBreak ( ) : UnityEngine
Результат UnityEngine

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

Actions to perform when the break begins -- Announce that it is halftime and the current scores
public StartOfBreakActions ( ) : void
Результат void