📜  godot 将枚举名称保存在变量中 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:08.750000             🧑  作者: Mango

代码示例1
print(enum_name.keys()[enum_index])

enum_name -> The name of the Enum
enum_index -> The enum you want to print