C# Class Engine.Systems.ComponentUpdater

Inheritance: RealTimeSystem
Afficher le fichier Open project: chances/UtilityGrid

Méthodes publiques

Méthode Description
ComponentUpdater ( World world ) : Engine.ECS
Operate ( GameTime gameTime ) : void

Method Details

ComponentUpdater() public méthode

public ComponentUpdater ( World world ) : Engine.ECS
world World
Résultat Engine.ECS

Operate() public méthode

public Operate ( GameTime gameTime ) : void
gameTime GameTime
Résultat void