Base interface for Binding objects.
Method | Description |
---|---|
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. |