Click or drag to resize

VisualServerParticlesSetFractionalDelta Method

If true, uses fractional delta which smooths the movement of the particles. Equivalent to FractDelta.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ParticlesSetFractionalDelta(
	RID particles,
	bool enable
)

Parameters

particles
Type: GodotRID

[Missing <param name="particles"/> documentation for "M:Godot.VisualServer.ParticlesSetFractionalDelta(Godot.RID,System.Boolean)"]

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.VisualServer.ParticlesSetFractionalDelta(Godot.RID,System.Boolean)"]

See Also