docs.unity.cn
    Show / Hide Table of Contents

    Method GetReverseBindings

    GetReverseBindings(Type)

    Returns all associated runtime bindings for a given authoring type.

    Declaration
    public static List<BindingRegistry.ReverseBinding> GetReverseBindings(Type authoringType)
    Parameters
    Type Name Description
    Type authoringType

    Type of the authoring component. Must derive from UnityEngine.Component.

    Returns
    Type Description
    List<BindingRegistry.ReverseBinding>

    Returns a list of ReverseBinding.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, June 21, 2023