migueldeicaza / SwiftGodot

New Godot bindings for Swift
https://migueldeicaza.github.io/SwiftGodotDocs/tutorials/swiftgodot-tutorials/
MIT License
1.06k stars 65 forks source link

Enumerations with CustomDebugDescription #395

Closed migueldeicaza closed 5 months ago

migueldeicaza commented 6 months ago

Would be nice to have our enums both provide description and/or debugDescription.

migueldeicaza commented 5 months ago

Done