Version: 2020.2
言語: 日本語

IBinding

interface in UnityEngine.UIElements

マニュアルに切り替える

説明

Base interface for Binding objects.

Public 関数

PreUpdateCalled at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method.
ReleaseDisconnects the field from its bound property
UpdateCalled at regular intervals to synchronize bound properties to their IBindable counterparts.