Difference between revisions of "Sprite:removeChild"
From GiderosMobile
Line 3: | Line 3: | ||
=== Description === | === Description === | ||
<translate><br /> | <translate><br /> | ||
− | Removes the specified child | + | Removes the specified child [[Sprite` instance from the child list of this `Sprite]] instance.<br /> |
<br /></translate> | <br /></translate> | ||
<source lang="lua"> | <source lang="lua"> |
Revision as of 13:55, 23 August 2018
Available since: Gideros 2011.6
Description
Removes the specified child Sprite` instance from the child list of this `Sprite instance.
Sprite:removeChild(child)
Parameters
child: (Sprite) The child sprite to remove.