C# Class Dodgeball.Game.GateTransition

Inheritance: Dodgeball.Engine.Transition
Mostra file Open project: schonstal/BLOODBALL

Public Methods

Method Description
GateTransition ( ) : System
Start ( GameState state ) : void
Update ( ) : void
onClose ( int frameIndex ) : void
onCloseComplete ( int frameIndex ) : void
onOpenComplete ( int frameIndex ) : void

Method Details

GateTransition() public method

public GateTransition ( ) : System
return System

Start() public method

public Start ( GameState state ) : void
state GameState
return void

Update() public method

public Update ( ) : void
return void

onClose() public method

public onClose ( int frameIndex ) : void
frameIndex int
return void

onCloseComplete() public method

public onCloseComplete ( int frameIndex ) : void
frameIndex int
return void

onOpenComplete() public method

public onOpenComplete ( int frameIndex ) : void
frameIndex int
return void