Class UpdatableService
Specialized class for a Service that needs to be updated constantly.
Inheritance
UpdatableService
      
      
      
      
      
      
      
      
  Implements
Inherited Members
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public abstract class UpdatableService : Service, IDependencyObject
  Methods
Update(TimeSpan)
Updates this instance.
Declaration
public abstract void Update(TimeSpan gameTime)
  Parameters
| Type | Name | Description | 
|---|---|---|
| TimeSpan | gameTime | The elapsed game time since the last update.  |