C# 클래스 GameBreak, goalBall

Base class for different types of breaks
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
ball GameObject
breakLength int
referee Referee,

공개 메소드들

메소드 설명
EndOfBreakActions ( ) : void

Actions to perform when the break ends

GameBreak ( ) : UnityEngine

Default constructor to initialize objects/scripts

GetBreakLength ( ) : int

Allows outside classes to access the length for this break

StartOfBreakActions ( ) : void

Actions to perform when the break begins

메소드 상세

EndOfBreakActions() 공개 추상적인 메소드

Actions to perform when the break ends
public abstract EndOfBreakActions ( ) : void
리턴 void

GameBreak() 공개 메소드

Default constructor to initialize objects/scripts
public GameBreak ( ) : UnityEngine
리턴 UnityEngine

GetBreakLength() 공개 메소드

Allows outside classes to access the length for this break
public GetBreakLength ( ) : int
리턴 int

StartOfBreakActions() 공개 추상적인 메소드

Actions to perform when the break begins
public abstract StartOfBreakActions ( ) : void
리턴 void

프로퍼티 상세

ball 보호되어 있는 프로퍼티

protected GameObject ball
리턴 GameObject

breakLength 보호되어 있는 프로퍼티

protected int breakLength
리턴 int

referee 보호되어 있는 프로퍼티

protected Referee, referee
리턴 Referee,