We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e61b139 commit c11db33Copy full SHA for c11db33
1 file changed
README.md
@@ -82,15 +82,15 @@ public class UdonXMLTest : UdonSharpBehaviour
82
83
## 📄 Documentation
84
85
-### Loading
+### Loading data
86
87
#### 🟣 object LoadXml(string input)
88
Loads an XML structure into memory by parsing the provided input.
89
90
Returns null in case of parse failure.
91
92
93
-### Saving
+### Saving data
94
95
#### 🟤 string SaveXml(object data)
96
Saves the stored XML structure in memory to an XML document.
0 commit comments