Click or drag to resize

ParticlesMaterialSetLifetimeRandomness Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.ParticlesMaterial.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 randomness
)

Parameters

randomness
Type: SystemSingle

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

See Also