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