IService
Namespace: MonineEngine.Core
Interface for all services.
public interface IService : System.IDisposable
Implements IDisposable
Methods
Update(GameTime)
Updates the current service.
void Update(GameTime gameTime)
Parameters
gameTime GameTime
A snapshot of the current time of the game in this update cycle.