Interface IUpdateReceiver | Package Manager UI website
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
    System.Single unscaledDeltaTime

    The unscaled delta time since the last invocation of this function

    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX