summaryrefslogtreecommitdiffstats
path: root/doc/classes/SceneState.xml
diff options
context:
space:
mode:
authorVolTer <mew.pur.pur@abv.bg>2023-04-28 01:35:33 +0200
committerVolTer <mew.pur.pur@abv.bg>2023-05-19 07:04:48 +0200
commit04562662d38a83e1ac1fde2af9572ca38147e772 (patch)
tree135faa9bef16bdb14faf576c25cb832f74d02fb4 /doc/classes/SceneState.xml
parent5bb7d585a5e151f3fa387de7dd97d7aebc5abfd5 (diff)
downloadredot-engine-04562662d38a83e1ac1fde2af9572ca38147e772.tar.gz
Overhaul the top sections of the class reference (Core classes)
Diffstat (limited to 'doc/classes/SceneState.xml')
-rw-r--r--doc/classes/SceneState.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/SceneState.xml b/doc/classes/SceneState.xml
index 6aeaf85a67..52586be162 100644
--- a/doc/classes/SceneState.xml
+++ b/doc/classes/SceneState.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="SceneState" inherits="RefCounted" version="4.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
- A script interface to a scene file's data.
+ Provides access to a scene file's information.
</brief_description>
<description>
- Maintains a list of resources, nodes, exported, and overridden properties, and built-in scripts associated with a scene.
+ Maintains a list of resources, nodes, exported and overridden properties, and built-in scripts associated with a scene. They cannot be modified from a [SceneState], only accessed. Useful for peeking into what a [PackedScene] contains without instantiating it.
This class cannot be instantiated directly, it is retrieved for a given scene as the result of [method PackedScene.get_state].
</description>
<tutorials>