| 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
Public MustInherit Class Setter
Inherits MonoBehaviour
public ref class Setter abstract : public MonoBehaviour
[<AbstractClassAttribute>]
type Setter =
class
inherit MonoBehaviour
end
The Setter type exposes the following members.
Constructors
| Name | Description |
---|
| Setter | Initializes a new instance of the Setter class |
TopMethods
| Name | Description |
---|
| AddBinding |
Adds and initializes the specified binding which the setter depends on.
|
| OnContextChanged |
Has to be called when an anchestor context changed as the data value may change.
|
| RemoveBinding |
Removes and deinitializes the specified binding.
|
TopSee Also