Click or drag to resize

AnimatedTextureSetFps Method

Note: This API is now obsolete.

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

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

Parameters

fps
Type: SystemSingle

[Missing <param name="fps"/> documentation for "M:Godot.AnimatedTexture.SetFps(System.Single)"]

See Also