Sprite:removeChild

From GiderosMobile
Revision as of 15:31, 13 July 2023 by Hgy29 (talk | contribs) (Text replacement - "<source" to "<syntaxhighlight")

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