Свойство | Тип | Описание | |
---|---|---|---|
AS | AudioSource | ||
Keys | List |
||
audioClips | List |
||
playlist | List |
||
queue | SyncListString |
Метод | Описание | |
---|---|---|
Awake ( ) : void |
Sets up certain object when the scene starts up.
|
|
PlayBallOver ( ) : void |
Ref says: Ball Over.
|
|
PlayBlockedOut ( ) : void |
Ref says: blocked out.
|
|
PlayBlueTeam ( ) : void |
Ref says: blue team.
|
|
PlayCenter ( ) : void |
Ref says: center.
|
|
PlayDeadBall ( ) : void |
Ref says: dead ball.
|
|
PlayExtraThrows ( ) : void |
Ref says: Extra throws.
|
|
PlayFifteenSeconds ( ) : void |
Ref says: fifteen seconds.
|
|
PlayFinalScore ( ) : void |
Ref says: final score.
|
|
PlayFoul ( ) : void |
Ref says: foul.
|
|
PlayGame ( ) : void |
Ref says: game.
|
|
PlayGameOver ( ) : void |
Ref says: game over.
|
|
PlayGoal ( ) : void |
Ref says: goal.
|
|
PlayHalfTime ( ) : void |
Ref says: half time.
|
|
PlayLineOut ( ) : void |
Ref says: Line Out.
|
|
PlayOfficialTimeOut ( ) : void |
Ref says: official time out.
|
|
PlayOut ( ) : void |
Ref says: Out.
|
|
PlayOvertime ( ) : void |
Ref says: overtime.
|
|
PlayPenaltyDeclined ( ) : void |
Ref says: Penalty Declined.
|
|
PlayPersonalPenalty ( ) : void |
Ref says: personal penalty.
|
|
PlayPlay ( ) : void |
Ref says: play.
|
|
PlayQuietPlease ( ) : void |
Ref says: quiet please.
|
|
PlayRedTeam ( ) : void |
Ref says: red team.
|
|
PlayReturnToMenu ( ) : void |
Ref says: press throw button to return to menu.
|
|
PlayTime ( ) : void |
Ref says: time.
|
|
PlayTimeOut ( ) : void |
Ref says: time out.
|
|
PlayWins ( ) : void |
Ref says: wins.
|
|
ReadScore ( int scoreToRead ) : void |
Takes the current scores and announces them in audio.
|
|
Start ( ) : void |
initializes the queue of strings.
|
|
Update ( ) : void |
Manages the queue, and plays sounds that are listed in the queue.
|
|
refereeSpeaking ( ) : bool |
Checks if the referee is currently speaking and returns a boolean.
|
Метод | Описание | |
---|---|---|
AddClipStringToQueue ( string clipName ) : void |
On the server, add this clip name to the queue and local playlist
|
|
OnStringChanged ( SyncListString op, int index ) : void |
Adds string to the end of the queue.
|
public ReadScore ( int scoreToRead ) : void | ||
scoreToRead | int | |
Результат | void |