Transformable.setScale

Sets the scaling (for both, x and y)

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

Meta