Skip to content

onUpdateProperties

Jan-Ole Schümann edited this page May 21, 2017 · 1 revision

Action onUpdate

Action<object> onUpdateArg

object onUpdateParams](onUpdateProperties)

These properties define a method that is called on every update of the tween, either with or without an object that is passed to the method:

  • If no object should be passed, on set onUpdate
  • If an object should be passed, set both onUpdateArg and onUpdateParams.

These properties can also be set by using the keywords onUpdate and onUpdateParams.

Clone this wiki locally