Click or drag to resize

GDDecTime Method

[Missing <summary> documentation for "M:Godot.GD.DecTime(System.Single,System.Single,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static float DecTime(
	float value,
	float amount,
	float step
)

Parameters

value
Type: SystemSingle

[Missing <param name="value"/> documentation for "M:Godot.GD.DecTime(System.Single,System.Single,System.Single)"]

amount
Type: SystemSingle

[Missing <param name="amount"/> documentation for "M:Godot.GD.DecTime(System.Single,System.Single,System.Single)"]

step
Type: SystemSingle

[Missing <param name="step"/> documentation for "M:Godot.GD.DecTime(System.Single,System.Single,System.Single)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.GD.DecTime(System.Single,System.Single,System.Single)"]

See Also