C# 클래스 HalftimeBreak, goalBall

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

공개 메소드들

메소드 설명
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