Click or drag to resize

DataBindingOperator Methods

The DataBindingOperator type exposes the following members.

Methods
  NameDescription
Protected methodAddBinding
Adds and initializes the specified binding.
Protected methodAddBindings
Adds and initializes the specified bindings.
Protected methodAwake
Unity callback. Overwrite Init method in derived classes to add bindings and do other initialization stuff.
Public methodDeinit
Deinitializes the operator. By default this method removes the added bindings.
Public methodDisable
Disable the operator.
Public methodEnable
Enable the operator.
Public methodInit
Initializes the operator. This method should be used to add bindings.
Protected methodOnBindingValuesChanged
Called when a value of the bindings of this operator changed.
Public methodOnContextChanged
Has to be called when an anchestor context changed as the data value may change.
Protected methodOnDestroy
Unity callback. Overwrite Deinit method in derived classes to remove bindings and do other deinitialization stuff.
Protected methodOnDisable
Unity callback. Overwrite Disable method in derived classes to disable behaviour.
Protected methodOnEnable
Unity callback. Overwrite Enable method in derived classes to enable behaviour.
Protected methodRemoveAllBindings
Removes and deinitializes all added bindings.
Protected methodRemoveBinding
Removes and deinitializes the specified binding.
Protected methodStart
Unity callback.
Top
See Also