Interface IUpdateReceiver
Providers that implement this interface will received Update calls from the ResourceManager each frame
Namespace: UnityEngine.ResourceManagement
Assembly: Unity.ResourceManager.dll
Syntax
public interface IUpdateReceiver
Methods
Name | Description |
---|---|
Update(float) | This will be called once per frame by the ResourceManager |