C# Class Dodgeball.Game.PlayState

Inheritance: GameState
Datei anzeigen Open project: schonstal/BLOODBALL

Public Properties

Property Type Description
state State
teamPlayers Group>.Dictionary

Public Methods

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

Method Details

Create() public method

public Create ( ) : void
return void

Draw() public method

public Draw ( ) : void
return void

PlayState() public method

public PlayState ( bool restart = false ) : System
restart bool
return System

Update() public method

public Update ( ) : void
return void

countTime() public method

public countTime ( ) : void
return void

onBallMove() public method

public onBallMove ( GameObject ball ) : void
ball GameObject
return void

onUnPause() public method

public onUnPause ( ) : void
return void

Property Details

state public_oe property

public State state
return State

teamPlayers public_oe property

public Dictionary teamPlayers
return Group>.Dictionary