Click or drag to resize

CPUParticles2DSetFixedFps Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CPUParticles2D.SetFixedFps(System.Int32)"]

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

Parameters

fps
Type: SystemInt32

[Missing <param name="fps"/> documentation for "M:Godot.CPUParticles2D.SetFixedFps(System.Int32)"]

See Also