Skip to content

Commit

Permalink
Merge pull request #80851 from vitormaduro/master
Browse files Browse the repository at this point in the history
Updated C# example of AddPropertyInfo
  • Loading branch information
akien-mga committed Aug 22, 2023
2 parents 8e0346b + 694f280 commit 0024d2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/classes/ProjectSettings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@
var propertyInfo = new Godot.Collections.Dictionary
{
{"name", "category/propertyName"},
{"type", Variant.Type.Int},
{"hint", PropertyHint.Enum},
{"type", (int)Variant.Type.Int},
{"hint", (int)PropertyHint.Enum},
{"hint_string", "one,two,three"},
};

Expand Down

0 comments on commit 0024d2e

Please sign in to comment.