diff options
author | Micky <micheledevita2@gmail.com> | 2022-08-13 19:09:58 +0200 |
---|---|---|
committer | Micky <micheledevita2@gmail.com> | 2022-08-23 19:49:50 +0200 |
commit | 8bb305356e708b5caa5590aff30baa99e835cecf (patch) | |
tree | 6acb66d752c7ecd18b4964f53edb9c8649189bc0 /doc/classes | |
parent | f2a61684143af02a8cbe7002645af817607f9bd6 (diff) |
Rename Position* nodes to Marker*
- Position2D -> Marker2D
- Position3D -> Marker3D
Also changes their respective file names.
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Marker2D.xml (renamed from doc/classes/Position2D.xml) | 2 | ||||
-rw-r--r-- | doc/classes/Marker3D.xml (renamed from doc/classes/Position3D.xml) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Position2D.xml b/doc/classes/Marker2D.xml index 754fd1fdf1..bf90438bf0 100644 --- a/doc/classes/Position2D.xml +++ b/doc/classes/Marker2D.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="Position2D" inherits="Node2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> +<class name="Marker2D" inherits="Node2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> Generic 2D position hint for editing. </brief_description> diff --git a/doc/classes/Position3D.xml b/doc/classes/Marker3D.xml index d91e0fbfdf..5ad1cdf513 100644 --- a/doc/classes/Position3D.xml +++ b/doc/classes/Marker3D.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="Position3D" inherits="Node3D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> +<class name="Marker3D" inherits="Node3D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd"> <brief_description> Generic 3D position hint for editing. </brief_description> |