Method Update
Update(ref bool, ref float, float, float, out bool, out bool)
Declaration
public static Execution Update(ref bool running, ref float elapsed, float deltaTime, float duration, out bool updated, out bool finished)
Parameters
Type | Name | Description |
---|---|---|
bool | running | |
float | elapsed | |
float | deltaTime | |
float | duration | |
bool | updated | |
bool | finished |
Returns
Type | Description |
---|---|
Execution |