mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
26 lines
690 B
ReStructuredText
26 lines
690 B
ReStructuredText
:github_url: hide
|
|
|
|
.. 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.
|
|
|