VisualServerSingleton.canvasLightSetScale

Sets the texture's scale factor of the light. Equivalent to Light2D.textureScale.

struct VisualServerSingleton
@nogc nothrow
void
canvasLightSetScale
(
in RID light
,
in double scale
)

Meta