#How do I draw a vector (arrow) ?
3 messages · Page 1 of 1 (latest)
Maybe worth looking at this Gizmos example that draws lines and other things: https://bevyengine.org/examples/2D Rendering/2d-gizmos/
For example, you could use the gizmos.line_2d part to draw an arrow.