Click or drag to resize

ComponentSingleSetterTComponent, TData Methods

The ComponentSingleSetterTComponent, TData generic type exposes the following members.

Methods
  NameDescription
Public methodDeinit
Deinitializes the operator. By default this method removes the added bindings.
(Overrides SingleSetterDeinit.)
Public methodDisable
Disable the operator.
(Overrides SingleSetterDisable.)
Public methodEnable
Enable the operator.
(Overrides SingleSetterEnable.)
Public methodInit
Initializes the operator. This method should be used to add bindings.
(Overrides SingleSetterInit.)
Public methodOnAfterDeserialize

Implement this method to receive a callback after Unity deserializes your object.

Public methodOnBeforeSerialize

Implement this method to receive a callback before Unity serializes your object.

Protected methodOnValueChanged
Called when the data binding value changed.
(Overrides SingleSetterTOnValueChanged(T).)
Protected methodReset
Unity callback.
Protected methodUpdateTargetValue
Called when data value on target should be updated.
Top
See Also