Click or drag to resize

VisualServerParticlesRestart Method

Reset the particles on the next update. Equivalent to Restart.

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

Parameters

particles
Type: GodotRID

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

See Also