Class UpdatableWorkAction
Work action that is updated.
Inheritance
UpdatableWorkAction
Implements
Inherited Members
Namespace: Evergine.Components.WorkActions
Assembly: Evergine.Components.dll
Syntax
public abstract class UpdatableWorkAction : WorkAction, IWorkAction
Constructors
UpdatableWorkAction(Scene)
Initializes a new instance of the UpdatableWorkAction class.
Declaration
public UpdatableWorkAction(Scene scene = null)
Parameters
Type | Name | Description |
---|---|---|
Scene | scene | The scene. |
Methods
Update(TimeSpan)
Updates the work action.
Declaration
public abstract void Update(TimeSpan gameTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | gameTime | The elapsed time. |