Version: 2021.1
언어: 한국어

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.