Transformable.setScale

Sets the scaling (for both, x and y)

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

Meta