Transformable.setScale

Sets the scaling (for both, x and y)

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

Meta