Difference between revisions of "Sprite:removeChild"

From GiderosMobile
Line 3: Line 3:
 
=== Description ===
 
=== Description ===
 
<translate><br />
 
<translate><br />
Removes the specified child [[[Sprite` instance from the child list of this `Sprite]]] instance.<br />
+
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 14: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.