Class WorkActionUpdaterBehavior
Behavior that updates the work action.
Inheritance
WorkActionUpdaterBehavior
Implements
Inherited Members
Namespace: Evergine.Components.WorkActions
Assembly: Evergine.Components.dll
Syntax
public class WorkActionUpdaterBehavior : Behavior, IDependencyObject
Constructors
WorkActionUpdaterBehavior()
Initializes a new instance of the WorkActionUpdaterBehavior class.
Declaration
public WorkActionUpdaterBehavior()
Methods
Update(TimeSpan)
Updates the instance of the behavior.
Declaration
protected override void Update(TimeSpan gameTime)
Parameters
Type | Name | Description |
---|---|---|
TimeSpan | gameTime | Elapsed time. |