C# Class MegaMan.Engine.TimerComponent

Inheritance: MegaMan.Engine.Component
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
Clone ( ) : MegaMan.Engine.Component
Exists ( string name ) : bool
Message ( IGameMessage msg ) : void
RegisterDependencies ( MegaMan.Engine.Component component ) : void
Start ( IGameplayContainer container ) : void
Stop ( IGameplayContainer container ) : void
TimerComponent ( ) : System.Collections.Generic
Value ( string name ) : int

Méthodes protégées

Méthode Description
Update ( ) : void

Method Details

Clone() public méthode

public Clone ( ) : MegaMan.Engine.Component
Résultat MegaMan.Engine.Component

Exists() public méthode

public Exists ( string name ) : bool
name string
Résultat bool

Message() public méthode

public Message ( IGameMessage msg ) : void
msg IGameMessage
Résultat void

RegisterDependencies() public méthode

public RegisterDependencies ( MegaMan.Engine.Component component ) : void
component MegaMan.Engine.Component
Résultat void

Start() public méthode

public Start ( IGameplayContainer container ) : void
container IGameplayContainer
Résultat void

Stop() public méthode

public Stop ( IGameplayContainer container ) : void
container IGameplayContainer
Résultat void

TimerComponent() public méthode

public TimerComponent ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Update() protected méthode

protected Update ( ) : void
Résultat void

Value() public méthode

public Value ( string name ) : int
name string
Résultat int