does a parent register a collision with its child nodes?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By vonflyhighace2
:warning: Old Version Published before Godot 3 was released.

I have a parent node with some child nodes. the parent has a collider and so does some of its child nodes. If the child collide with another object does the collision get set to the parent node as well?

:bust_in_silhouette: Reply From: eons

A CollisionObject only registers in base of its collision shapes, you can connect the children to report collisions to the parent.

How exactly do I get to report child nodes report to parent?

Stormwindy | 2019-06-15 16:45