interface in UnityEngine.Experimental.UIElements
Switch to ManualBase 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. |