IntervalTweener.xml 560 B

123456789101112
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="IntervalTweener" inherits="Tweener" version="4.0">
  3. <brief_description>
  4. Creates an idle interval in a [Tween] animation.
  5. </brief_description>
  6. <description>
  7. [IntervalTweener] is used to make delays in a tweening sequence. See [method Tween.tween_interval] for more usage information.
  8. [b]Note:[/b] [method Tween.tween_interval] is the only correct way to create [IntervalTweener]. Any [IntervalTweener] created manually will not function correctly.
  9. </description>
  10. <tutorials>
  11. </tutorials>
  12. </class>