Interface IUpdateReceiver
Providers that implement this interface will received Update calls from the ResourceManager each frame
Namespace: UnityEngine.ResourceManagement
Syntax
public interface IUpdateReceiver
Methods
Update(Single)
This will be called once per frame by the ResourceManager
Declaration
void Update(float unscaledDeltaTime)
Parameters
Type | Name | Description |
---|---|---|
Single | unscaledDeltaTime | The unscaled delta time since the last invocation of this function |