Click or drag to resize

Setter Class

Base class of a setter which influences the presentation depending on one or more data bindings.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Foundation.SettersSetter

Namespace:  Slash.Unity.DataBind.Foundation.Setters
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract class Setter : MonoBehaviour

The Setter type exposes the following members.

Constructors
  NameDescription
Protected methodSetter
Initializes a new instance of the Setter class
Top
Methods
  NameDescription
Protected methodAddBinding
Adds and initializes the specified binding which the setter depends on.
Public methodOnContextChanged
Has to be called when an anchestor context changed as the data value may change.
Protected methodRemoveBinding
Removes and deinitializes the specified binding.
Top
See Also