Function CanvasLayer.followViewportScale
Scales the layer when using followViewportEnable
. Layers moving into the foreground should have increasing scales, while layers moving into the background should have decreasing scales.
double followViewportScale() nothrow @property @nogc;
void followViewportScale
(
double v
) nothrow @property @nogc;