mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-21 09:45:02 +00:00
7764151bc1
This is a legacy of Godot 2 days before the inspector had support for groups. "Properties" with a slash in their name can't be accessed from script unless using `set()`/`get()` so they were not actual properties as far as script languages are concerned. Part of #17558.