Base interface for Binding objects.
PreUpdate | Called at regular intervals to synchronize bound properties to their IBindable counterparts. Called before the Update() method. |
Release | Disconnects the field from its bound property. |
Update | Called at regular intervals to synchronize bound properties to their IBindable counterparts. |