RaylibView.scale

Scale set for this view. It can be controlled through the FLUID_SCALE environment variable (expected to be a float, e.g. 1.5 or a pair of floats 1.5x1.25)

Changing the scale requires an updateSize call.

class RaylibView(RaylibViewVersion raylibVersion)
auto scale = Vector2(1, 1);

Meta