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. |