C# Класс GameStartBreak, goalBall

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

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

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

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

GameStartBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

Actions to perform when the break begins -- No actions necessary for start of the start game break

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

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

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

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

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

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

Actions to perform when the break begins -- No actions necessary for start of the start game break
public StartOfBreakActions ( ) : void
Результат void