C# Array<StringName> support PropertyHint.Enum
This commit is contained in:
parent
33957aee69
commit
e8aeb6baa0
1 changed files with 1 additions and 1 deletions
|
@ -620,7 +620,7 @@ namespace Godot.SourceGenerators
|
|||
|
||||
bool isPresetHint = false;
|
||||
|
||||
if (elementVariantType == VariantType.String)
|
||||
if (elementVariantType == VariantType.String || elementVariantType == VariantType.StringName)
|
||||
isPresetHint = GetStringArrayEnumHint(elementVariantType, exportAttr, out hintString);
|
||||
|
||||
if (!isPresetHint)
|
||||
|
|
Loading…
Reference in a new issue