摘要: Godot 中的使用 Lambda static struct AAA { static void foo(bool some_val) { if (some_val) { print_line("bar called true", some_val); } else { print_line("b 阅读全文