Click or drag to resize

CPUParticlesFixedFps Property

The particle system's frame rate is fixed to a value. For instance, changing the value to 2 will make the particles render at 2 frames per second. Note this does not slow down the particle system itself.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public int FixedFps { get; set; }

Property Value

Type: Int32
See Also