We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d379f29 commit 61a1954Copy full SHA for 61a1954
1 file changed
Runtime/Attributes/TypeOptionsAttribute.cs
@@ -55,8 +55,8 @@ public class TypeOptionsAttribute : PropertyAttribute
55
public bool ShortName = false;
56
57
/// <summary>
58
- /// If the dropdown shows built-in types, it will show them by their keyword names (int) instead of full names
59
- /// (System.Int32).
+ /// Whether to make dropdown show built-in types by their keyword name (int) instead of the full name
+ /// (System.Int32). Defaults to true.
60
/// </summary>
61
public bool UseBuiltInNames = true;
62
0 commit comments