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.
Construct a new instance of Position2D. Note: use memnew!Position2D instead.
See Implementation
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.