Click or drag to resize

VisualServerSetShaderTimeScale Method

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.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void SetShaderTimeScale(
	float scale
)

Parameters

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Godot.VisualServer.SetShaderTimeScale(System.Single)"]

See Also