We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b3a64d commit 01b6b72Copy full SHA for 01b6b72
1 file changed
Runtime/Attributes/TypeOptionsAttribute.cs
@@ -54,6 +54,12 @@ public class TypeOptionsAttribute : PropertyAttribute
54
/// </summary>
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).
60
+ /// </summary>
61
+ public bool UseBuiltInTypeNames = true;
62
+
63
/// <summary>
64
/// Determines whether the specified <see cref="Type"/> matches requirements set in the attribute.
65
0 commit comments