Click or drag to resize

EngineSetTimeScale Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Engine.SetTimeScale(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetTimeScale is deprecated. Use the TimeScale property instead.")]
public static void SetTimeScale(
	float timeScale
)

Parameters

timeScale
Type: SystemSingle

[Missing <param name="timeScale"/> documentation for "M:Godot.Engine.SetTimeScale(System.Single)"]

See Also