C# 클래스 GameStartBreak, goalBall

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

공개 메소드들

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