Merge pull request #56583 from skyace65/ProjectSettingErase

Document how to erase project settings with set_setting
This commit is contained in:
Rémi Verschelde
2022-01-07 09:26:52 +01:00
committed by GitHub
+1
View File
@@ -188,6 +188,7 @@
ProjectSettings.SetSetting("application/config/name", "Example");
[/csharp]
[/codeblocks]
This can also be used to erase custom project settings. To do this change the setting value to [code]null[/code].
</description>
</method>
</methods>