onUpdate method

DoTween onUpdate(
  1. Function onUpdateCallback
)

Implementation

DoTween onUpdate(Function onUpdateCallback) {
  _onUpdateCallback = onUpdateCallback;
  return this;
}