(C#) Easiest way to access child node?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By jarlowrey

In GDScript you can do $Node/Node/Timer/..., in C# must we use GetNode(...)?

:bust_in_silhouette: Reply From: kidscancode

Yes, that’s correct. The $ shorthand is a GDScript feature.