mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Minor grammar fixes to documentation
This commit is contained in:
@@ -91,7 +91,7 @@
|
||||
An optional name for this resource. When defined, its value is displayed to represent the resource in the Inspector dock. For built-in scripts, the name is displayed as part of the tab name in the script editor.
|
||||
</member>
|
||||
<member name="resource_path" type="String" setter="set_path" getter="get_path" default="""">
|
||||
The unique path to this resource. If it has been saved to disk, the value will be its filepath. If the resource is exclusively contained within a scene, the value will be the [PackedScene]'s filepath, followed by an unique identifier.
|
||||
The unique path to this resource. If it has been saved to disk, the value will be its filepath. If the resource is exclusively contained within a scene, the value will be the [PackedScene]'s filepath, followed by a unique identifier.
|
||||
[b]Note:[/b] Setting this property manually may fail if a resource with the same path has already been previously loaded. If necessary, use [method take_over_path].
|
||||
</member>
|
||||
</members>
|
||||
|
||||
Reference in New Issue
Block a user