Difference between revisions of "Sprite:removeChild"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
Line 5: Line 5:
 
=== Description ===
 
=== Description ===
 
Removes the specified child '''Sprite''' instance from the child list of this Sprite instance.
 
Removes the specified child '''Sprite''' instance from the child list of this Sprite instance.
<source lang="lua">
+
<syntaxhighlight lang="lua">
 
Sprite:removeChild(child)
 
Sprite:removeChild(child)
 
</source>
 
</source>

Revision as of 15:31, 13 July 2023

Available since: Gideros 2011.6
Class: Sprite

Description

Removes the specified child Sprite instance from the child list of this Sprite instance. <syntaxhighlight lang="lua"> Sprite:removeChild(child) </source>

Parameters

child: (Sprite) the child sprite to remove