Click or drag to resize

SingleSetter Class

Base class for a setter of a single data value.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersItemSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterT

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

The SingleSetter type exposes the following members.

Constructors
  NameDescription
Protected methodSingleSetter
Initializes a new instance of the SingleSetter class
Top
Methods
Fields
  NameDescription
Public fieldData
Data to bind to.
Top
See Also