Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetBindingInfos

Gets information on all the bindings of the current element.
Read time 1 minuteLast updated 4 days ago

Definition

GetBindingInfos()

Gets information on all the bindings of the current element.
public IEnumerable<BindingInfo> GetBindingInfos()

Returns

Type

Description

IEnumerable<BindingInfo>The bindings information.

Remarks

The order in which the binding information is returned is undefined.

GetBindingInfos(List<BindingInfo>)

Gets information on all the bindings of the current element.
public void GetBindingInfos(List<BindingInfo> bindingInfos)

Parameters

bindingInfos

A list to contain the binding infos.

Remarks

The order in which the binding information is returned is undefined.