Interface IUpdatableWorkAction
Represent a Work Action that has an Update method.
Inherited Members
Namespace: Evergine.Framework.Services
Assembly: Evergine.Framework.dll
Syntax
public interface IUpdatableWorkAction : IWorkAction
Methods
Update(TimeSpan)
Update the work action.
Declaration
void Update(TimeSpan gameTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | gameTime | The gameTime. |