Table of Contents

Enum ScriptLanguage.ScriptNameCasing

Namespace
Godot
Assembly
GodotSharp.dll
public enum ScriptLanguage.ScriptNameCasing : long

Fields

Auto = 0
KebabCase = 3
PascalCase = 1
SnakeCase = 2