You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Godot has two values that we should be able to support on GodotProperty: hint and hintString.
We need to add these as parameters to GodotProperty, then adjust the builder package to read the parameters and translate them to the PropertyInfo structure appropriately.
The text was updated successfully, but these errors were encountered:
Godot has two values that we should be able to support on
GodotProperty
:hint
andhintString
.We need to add these as parameters to
GodotProperty
, then adjust the builder package to read the parameters and translate them to thePropertyInfo
structure appropriately.The text was updated successfully, but these errors were encountered: