We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 131599d commit 8d13cffCopy full SHA for 8d13cff
README.md
@@ -16,16 +16,19 @@ Let SerializeField can display more useful information which is ICollection
16
17
#### 3. Choose a display type which you wanted.
18
##### 選一種你想要的顯示方法
19
-
20
-A. Display by typical string
+A. Display by typical string / 顯示自定義前綴字
21
22
[NameArray("Your Typical Prefix")]
+
23
+B. Display by Customized format / 顯示格式化
24
25
+ [NameArray("Your Customized {0} format ", true)]
26
-B. Display by Enum
27
+C. Display by Enum / 顯示列舉
28
29
[NameArray(typeof(YourEnum)]
30
-C. Both all
31
+D. Both all
32
33
[NameArray(typeof(YourEnum),"Your Typical Prefix")]
34
0 commit comments