Position2D.xml 524 B

123456789101112131415
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <class name="Position2D" inherits="Node2D" version="3.2">
  3. <brief_description>
  4. Generic 2D position hint for editing.
  5. </brief_description>
  6. <description>
  7. Generic 2D position hint for editing. It's just like a plain [Node2D], but it displays as a cross in the 2D editor at all times. You can set cross' visual size by using the gizmo in the 2D editor while the node is selected.
  8. </description>
  9. <tutorials>
  10. </tutorials>
  11. <methods>
  12. </methods>
  13. <constants>
  14. </constants>
  15. </class>