C# 클래스 OvertimeBreak, goalBall

Break to occur when it is overtime
상속: GameBreak
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall 1 사용 예제들

공개 메소드들

메소드 설명
EndOfBreakActions ( ) : void

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

OvertimeBreak ( ) : UnityEngine

Default constructor to set the break length

StartOfBreakActions ( ) : void

Actions to perform when the break begins -- Announce that it is overtime 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

OvertimeBreak() 공개 메소드

Default constructor to set the break length
public OvertimeBreak ( ) : UnityEngine
리턴 UnityEngine

StartOfBreakActions() 공개 메소드

Actions to perform when the break begins -- Announce that it is overtime and the current scores
public StartOfBreakActions ( ) : void
리턴 void