Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


IBinding

Base interface for Binding objects.
Read time 1 minuteLast updated 4 days ago

Definition

public interface IBinding

Methods

Method

Description

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.