![]() | ComponentSingleSetterTComponent, TData Class |
Namespace: Slash.Unity.DataBind.Foundation.Setters
public abstract class ComponentSingleSetter<TComponent, TData> : SingleSetter<TData> where TComponent : Component
The ComponentSingleSetterTComponent, TData type exposes the following members.
Name | Description | |
---|---|---|
![]() | ComponentSingleSetterTComponent, TData | Initializes a new instance of the ComponentSingleSetterTComponent, TData class |
Name | Description | |
---|---|---|
![]() | Deinit |
Deinitializes the operator.
By default this method removes the added bindings.
(Overrides SingleSetterDeinit.) |
![]() | Disable |
Disable the operator.
(Overrides SingleSetterDisable.) |
![]() | Enable |
Enable the operator.
(Overrides SingleSetterEnable.) |
![]() | Init |
Initializes the operator.
This method should be used to add bindings.
(Overrides SingleSetterInit.) |
![]() | OnAfterDeserialize | Implement this method to receive a callback after Unity deserializes your object. |
![]() | OnBeforeSerialize | Implement this method to receive a callback before Unity serializes your object. |
![]() | OnValueChanged |
Called when the data binding value changed.
(Overrides SingleSetterTOnValueChanged(T).) |
![]() | Reset |
Unity callback.
|
![]() | UpdateTargetValue |
Called when data value on target should be updated.
|
Name | Description | |
---|---|---|
![]() | TargetBinding |
Target to get the data from.
|