Removes this display object from its parent.
Source
void removeFromParent() { if (this.parent != null) { this.parent.removeChild(this); } }
Removes this display object from its parent.
void removeFromParent() { if (this.parent != null) { this.parent.removeChild(this); } }