VisualServerSingleton.setShaderTimeScale

Sets the scale to apply to the passage of time for the shaders' TIME builtin. The default value is 1.0, which means TIME will count the real time as it goes by, without narrowing or stretching it.

struct VisualServerSingleton
@nogc nothrow
void
setShaderTimeScale
(
in double scale
)

Meta