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 } )