mirror of
https://github.com/godotengine/godot.git
synced 2024-11-14 16:13:08 +00:00
eaaee63b62
A few extra renames for classes which were missed in last week's PRs.
16 lines
429 B
XML
16 lines
429 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="Position3D" inherits="Node3D" version="4.0">
|
|
<brief_description>
|
|
Generic 3D position hint for editing.
|
|
</brief_description>
|
|
<description>
|
|
Generic 3D position hint for editing. It's just like a plain [Node3D], but it displays as a cross in the 3D editor at all times.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|