![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | jarlowrey |
In GDScript you can do $Node/Node/Timer/...
, in C# must we use GetNode(...)
?
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | jarlowrey |
In GDScript you can do $Node/Node/Timer/...
, in C# must we use GetNode(...)
?
![]() |
Reply From: | kidscancode |
Yes, that’s correct. The $
shorthand is a GDScript feature.