Transformable.setPosition

Sets the position

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

Meta