docs.unity.cn
    Show / Hide Table of Contents

    Interface IBindingCallbackReceiver

    Interface used to receive life cycle information

    Namespace: Global Namespace
    Syntax
    public interface IBindingCallbackReceiver

    Methods

    OnCreate(IBinding)

    Called when the binding is created by SystemGraph

    Declaration
    void OnCreate(IBinding bindingSource)
    Parameters
    Type Name Description
    IBinding bindingSource

    The binding being created.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use