mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 14:11:15 +00:00
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…
Add table
Add a link
Reference in a new issue