SpriteFactory.Sprite.Locator.DetachChild
C#: void DetachChild (Transform child)
JS: function DetachChild (child : Transform) : void
Description
Unparent a child object of this locator by Transform.
C#: void DetachChild (int index)
JS: function DetachChild (index : int): void
Description
Unparent a child object of this locator by index.
See Also
AttachChild