Difference between revisions of "GTween:deleteValue"
From GiderosMobile
(Created page with "__NOTOC__ '''Available since:''' Gideros 2010-2011<br/> '''Class:''' GTween<br/> === Description === Removes an end value from the tween. This prevents the GTween instanc...") |
(No difference)
|
Latest revision as of 04:55, 8 December 2025
Available since: Gideros 2010-2011
Class: GTween
Description
Removes an end value from the tween. This prevents the GTween instance from tweening the property.
GTween:deleteValue(name)
Parameters
name: (string) the name of the end property to delete
- 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