C# Класс GoalBreak, goalBall

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

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

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

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

GoalBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

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

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

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

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

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

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

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

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