Interface IUpdateReceiver
Providers that implement this interface will received Update calls from the ResourceManager each frame
네임스페이스: UnityEngine.ResourceManagement
어셈블리: solution.dll
구문
public interface IUpdateReceiver
메서드
이름 | 설명 |
---|---|
Update(float) | This will be called once per frame by the ResourceManager |