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