From 6651a511c8f1e203bbf6062ebb04c23272c3d6e7 Mon Sep 17 00:00:00 2001 From: Mickey Ordog <36612632+mickeyordog@users.noreply.github.com> Date: Tue, 9 Jul 2024 16:22:10 -0700 Subject: [PATCH] Fix unclear `PROPERTY_USAGE_STORAGE`/`EDITOR` description --- doc/classes/@GlobalScope.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/classes/@GlobalScope.xml b/doc/classes/@GlobalScope.xml index bcab80ea942..2cd3a517224 100644 --- a/doc/classes/@GlobalScope.xml +++ b/doc/classes/@GlobalScope.xml @@ -2939,10 +2939,10 @@ The property is not stored, and does not display in the editor. This is the default for non-exported properties. - The property is serialized and saved in the scene file (default). + The property is serialized and saved in the scene file (default for exported properties). - The property is shown in the [EditorInspector] (default). + The property is shown in the [EditorInspector] (default for exported properties). The property is excluded from the class reference.