Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
ScriptLanguage
继承: Object
该类目前没有描述,请帮我们贡献一个吧!
枚举
enum ScriptNameCasing: 🔗
ScriptNameCasing SCRIPT_NAME_CASING_AUTO = 0
该枚举目前没有描述,请帮我们贡献一个吧!
ScriptNameCasing SCRIPT_NAME_CASING_PASCAL_CASE = 1
该枚举目前没有描述,请帮我们贡献一个吧!
ScriptNameCasing SCRIPT_NAME_CASING_SNAKE_CASE = 2
该枚举目前没有描述,请帮我们贡献一个吧!
ScriptNameCasing SCRIPT_NAME_CASING_KEBAB_CASE = 3
该枚举目前没有描述,请帮我们贡献一个吧!