Transformable.move

Move the position by offset (x, y)

  1. void move(float x, float y)
  2. void move(const Vector2f offset)
    class Transformable
    final @nogc
    void
    move
    pure nothrow
    (
    const Vector2f offset
    )

Meta