Method Update
Update(float)
This will be called once per frame by the ResourceManager
Declaration
public void Update(float unscaledDeltaTime)
Parameters
| Type | Name | Description | 
|---|---|---|
| float | unscaledDeltaTime | The unscaled delta time since the last invocation of this function  |