Skip to content

Commit 8d13cff

Browse files
authored
Update README.md
Append description
1 parent 131599d commit 8d13cff

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,19 @@ Let SerializeField can display more useful information which is ICollection
1616

1717
#### 3. Choose a display type which you wanted.
1818
##### 選一種你想要的顯示方法
19-
20-
A. Display by typical string
19+
A. Display by typical string / 顯示自定義前綴字
2120

2221
[NameArray("Your Typical Prefix")]
22+
23+
B. Display by Customized format / 顯示格式化
24+
25+
[NameArray("Your Customized {0} format ", true)]
2326

24-
B. Display by Enum
27+
C. Display by Enum / 顯示列舉
2528

2629
[NameArray(typeof(YourEnum)]
2730

28-
C. Both all
31+
D. Both all
2932

3033
[NameArray(typeof(YourEnum),"Your Typical Prefix")]
3134

0 commit comments

Comments
 (0)