Click or drag to resize

VisualServerParticlesSetRandomnessRatio Method

Sets the emission randomness ratio. This randomizes the emission of particles within their phase. Equivalent to Randomness.

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

Parameters

particles
Type: GodotRID

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

ratio
Type: SystemSingle

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

See Also