Click or drag to resize

VisualServerParticlesSetLifetime Method

Sets the lifetime of each particle in the system. Equivalent to Lifetime.

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

Parameters

particles
Type: GodotRID

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

lifetime
Type: SystemSingle

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

See Also