Difference between revisions of "GTween:setValues"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Shorthand method for making multiple setProperty calls quickly. This...") |
(No difference)
|
Latest revision as of 05:05, 8 December 2025
Available since: Gideros 2010-2011
Class: GTween
Description
Shorthand method for making multiple setProperty calls quickly. This adds the specified properties to the values list.
GTween:setValues(values)
Parameters
values: (table) a table containing end property values
Example
Sets x and y end values
myGTween:setProperties( { x=200, y=400 } )
- 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