C# Class Dodgeball.Game.GateTransition

Inheritance: Dodgeball.Engine.Transition
Afficher le fichier Open project: schonstal/BLOODBALL

Méthodes publiques

Méthode 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 méthode

public GateTransition ( ) : System
Résultat System

Start() public méthode

public Start ( GameState state ) : void
state GameState
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

onClose() public méthode

public onClose ( int frameIndex ) : void
frameIndex int
Résultat void

onCloseComplete() public méthode

public onCloseComplete ( int frameIndex ) : void
frameIndex int
Résultat void

onOpenComplete() public méthode

public onOpenComplete ( int frameIndex ) : void
frameIndex int
Résultat void