Transformable.move

Move the position by offset (x, y)

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

Meta