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 5 days ago

Definition

public IEnumerable<BindingInfo> GetBindingInfos()

Returns

Type

Description

IEnumerable<BindingInfo>The bindings information.

Remarks

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