docs.unity.cn
    Show / Hide Table of Contents

    Method AddUpdateReceiver

    AddUpdateReceiver(IUpdateReceiver)

    Add an update reveiver.

    Declaration
    public void AddUpdateReceiver(IUpdateReceiver receiver)
    Parameters
    Type Name Description
    IUpdateReceiver receiver

    The object to add. The Update method will be called until the object is removed.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Friday, March 4, 2022
    Terms of use