ComponentSingleSetterTComponent, TData Methods |
The ComponentSingleSetterTComponent, TData generic type exposes the following members.
| 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.
|