You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual/scripting/attributes.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The following table lists the most common attributes with usage description.
29
29
30
30
| Attribute | Description |
31
31
|--------|--------|
32
-
| **Serialize** | Indicates that a field or a property should be be serialized. |
32
+
| **Serialize** | Indicates that a field or a property should be serialized. |
33
33
| **NoSerialize** | Indicates that a field or a property should not be serialized. |
34
34
| **HideInEditor** | Makes a variable not show up in the editor. |
35
35
| **ShowInEditor** | Makes a variable show up in the editor (even private ones). If used on a private field/property you may also need to add SerializeAttribute to ensure that modified value is being serialized. |
0 commit comments