GTween:init2

From GiderosMobile
Revision as of 07:28, 8 December 2025 by MoKaLux (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Available since: Gideros 2010-2011
Class: GTween

Description

Reads all of the initial values from target and calls the "init" callback.

GTween:init2()

This is called automatically when a tween becomes active (finishes delaying) and when :swapValues() is called.

It would rarely be used directly but is exposed for possible use by power users.