Click or drag to resize

ParticlesSetLifetime Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Particles.SetLifetime(System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetLifetime is deprecated. Use the Lifetime property instead.")]
public void SetLifetime(
	float secs
)

Parameters

secs
Type: SystemSingle

[Missing <param name="secs"/> documentation for "M:Godot.Particles.SetLifetime(System.Single)"]

See Also