Click or drag to resize

VisualServerParticlesSetSpeedScale Method

Sets the speed scale of the particle system. Equivalent to SpeedScale.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ParticlesSetSpeedScale(
	RID particles,
	float scale
)

Parameters

particles
Type: GodotRID

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

scale
Type: SystemSingle

[Missing <param name="scale"/> documentation for "M:Godot.VisualServer.ParticlesSetSpeedScale(Godot.RID,System.Single)"]

See Also