Skip to content

onCompleteProperties

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

Action onComplete

Action<object> onCompleteArg

object onCompleteParams](onCompleteProperties)

These properties define a method that is called after the tween has finished playing, either with or without an object that is passed to the method:

  • If no object should be passed, on set onComplete
  • If an object should be passed, set both onCompleteArg and onCompleteParams.

These properties can also be set by using the keywords onComplete and onCompleteParams.

Clone this wiki locally