Click or drag to resize

NodeGetProcessDeltaTime Method

Returns the time elapsed (in seconds) since the last process callback. This value may vary from frame to frame.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetProcessDeltaTime()

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.Node.GetProcessDeltaTime"]

See Also