Merge pull request #80851 from vitormaduro/master
Updated C# example of AddPropertyInfo
This commit is contained in:
commit
0024d2e541
|
@ -43,8 +43,8 @@
|
||||||
var propertyInfo = new Godot.Collections.Dictionary
|
var propertyInfo = new Godot.Collections.Dictionary
|
||||||
{
|
{
|
||||||
{"name", "category/propertyName"},
|
{"name", "category/propertyName"},
|
||||||
{"type", Variant.Type.Int},
|
{"type", (int)Variant.Type.Int},
|
||||||
{"hint", PropertyHint.Enum},
|
{"hint", (int)PropertyHint.Enum},
|
||||||
{"hint_string", "one,two,three"},
|
{"hint_string", "one,two,three"},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue