Node2D.position

Position, relative to the node's parent.

  1. Vector2 position [@property getter]
  2. Vector2 position [@property setter]
    struct Node2D
    @nogc nothrow @property
    void
    position
    (
    Vector2 v
    )

Meta