Difference between revisions of "GTween:init2"
From GiderosMobile
(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"...") |
(No difference)
|
Revision as of 06:39, 8 December 2025
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.
- GTween
- GTween.new
- GTween.nextTween
- GTween.stopAll
- GTween:deleteValue
- GTween:getDelay
- GTween:getInitValue
- GTween:getPosition
- GTween:getValue
- GTween:getValues
- GTween:init2
- GTween:isPaused
- GTween:resetValues
- GTween:setDelay
- GTween:setPaused
- GTween:setPosition
- GTween:setValue
- GTween:setValues
- GTween:swapValues
- GTween:toBeginning
- GTween:toEnd