mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
24 lines
671 B
ReStructuredText
24 lines
671 B
ReStructuredText
.. Generated automatically by doc/tools/makerst.py in Godot's source tree.
|
|
.. DO NOT EDIT THIS FILE, but the Position2D.xml source instead.
|
|
.. The source is found in doc/classes or modules/<name>/doc_classes.
|
|
|
|
.. _class_Position2D:
|
|
|
|
Position2D
|
|
==========
|
|
|
|
**Inherits:** :ref:`Node2D<class_node2d>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
|
|
|
|
**Category:** Core
|
|
|
|
Brief Description
|
|
-----------------
|
|
|
|
Generic 2D Position hint for editing.
|
|
|
|
Description
|
|
-----------
|
|
|
|
Generic 2D Position hint for editing. It's just like a plain :ref:`Node2D<class_node2d>` but displays as a cross in the 2D-Editor at all times.
|
|
|