Click or drag to resize

SingleSetterT Class

Generic base class for a single data setter of a specific type.
Inheritance Hierarchy
SystemObject
  UnityEngineObject
    UnityEngineComponent
      UnityEngineBehaviour
        UnityEngineMonoBehaviour
          Slash.Unity.DataBind.Core.PresentationDataBindingOperator
            Slash.Unity.DataBind.Foundation.SettersSingleSetter
              Slash.Unity.DataBind.Foundation.SettersSingleSetterT
                Slash.Unity.DataBind.Foundation.SettersComponentSingleSetterTComponent, TData
                Slash.Unity.DataBind.Foundation.SettersGameObjectSingleSetterT
                Slash.Unity.DataBind.Foundation.SettersMaterialFloatPropertySetter

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

Type Parameters

T
Type of data to set.

The SingleSetterT type exposes the following members.

Constructors
  NameDescription
Protected methodSingleSetterT
Initializes a new instance of the SingleSetterT class
Top
Methods
  NameDescription
Protected methodOnObjectValueChanged
Called when the data binding value changed.
(Overrides SingleSetterOnObjectValueChanged(Object).)
Protected methodOnValueChanged
Called when the data binding value changed.
Top
See Also