Clear All Children Godot

[Solved] Clear All Children Godot | Sql - Code Explorer | yomemimo.com
Question : clear all children godot

Answered by : important-ibis-nhvmet6y2r0z

static func delete_children(node): for n in node.get_children(): node.remove_child(n)	n.queue_free()

Source : https://www.reddit.com/r/godot/comments/9qmjfj/remove_all_children/ | Last Update : Mon, 07 Dec 20

Answers related to clear all children godot

Code Explorer Popular Question For Sql