Interface IUpdateReceiver | Addressables | 1.8.5
docs.unity.cn
    Show / Hide Table of Contents

    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

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 01 September 2020