C# Class Dodgeball.Game.PlayState

Inheritance: GameState
Afficher le fichier Open project: schonstal/BLOODBALL

Méthodes publiques

Свойство Type Description
state State
teamPlayers Group>.Dictionary

Méthodes publiques

Méthode Description
Create ( ) : void
Draw ( ) : void
PlayState ( bool restart = false ) : System
Update ( ) : void
countTime ( ) : void
onBallMove ( GameObject ball ) : void
onUnPause ( ) : void

Method Details

Create() public méthode

public Create ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

PlayState() public méthode

public PlayState ( bool restart = false ) : System
restart bool
Résultat System

Update() public méthode

public Update ( ) : void
Résultat void

countTime() public méthode

public countTime ( ) : void
Résultat void

onBallMove() public méthode

public onBallMove ( GameObject ball ) : void
ball GameObject
Résultat void

onUnPause() public méthode

public onUnPause ( ) : void
Résultat void

Property Details

state public_oe property

public State state
Résultat State

teamPlayers public_oe property

public Dictionary teamPlayers
Résultat Group>.Dictionary