GTween:init2

From GiderosMobile
Revision as of 06:39, 8 December 2025 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Reads all of the initial values from target and calls the '''"onInit"...")
(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 "onInit" 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.