Skip to content

Commit 61a1954

Browse files
committed
docs: Updated the UseBuiltInNames option documentation.
1 parent d379f29 commit 61a1954

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Runtime/Attributes/TypeOptionsAttribute.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ public class TypeOptionsAttribute : PropertyAttribute
5555
public bool ShortName = false;
5656

5757
/// <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).
58+
/// Whether to make dropdown show built-in types by their keyword name (int) instead of the full name
59+
/// (System.Int32). Defaults to true.
6060
/// </summary>
6161
public bool UseBuiltInNames = true;
6262

0 commit comments

Comments
 (0)