Click or drag to resize

AnimationSetStep Method

Note: This API is now obsolete.

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

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

Parameters

sizeSec
Type: SystemSingle

[Missing <param name="sizeSec"/> documentation for "M:Godot.Animation.SetStep(System.Single)"]

See Also