Interface IUpdatableWorkAction
Represents 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)
Updates the work action.
Declaration
void Update(TimeSpan gameTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | gameTime | The game time. |