GTween:setValues

From GiderosMobile
Revision as of 05:05, 8 December 2025 by MoKaLux (talk | contribs) (Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Shorthand method for making multiple setProperty calls quickly. This...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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