Click or drag to resize

CPUParticles2DSetLifetimeRandomness Method

Note: This API is now obsolete.

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

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

Parameters

random
Type: SystemSingle

[Missing <param name="random"/> documentation for "M:Godot.CPUParticles2D.SetLifetimeRandomness(System.Single)"]

See Also