Click or drag to resize

CPUParticles2DSetParamRandomness Method

Note: This API is now obsolete.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetParamRandomness is deprecated. Use the AnimOffsetRandom property instead.")]
public void SetParamRandomness(
	CPUParticles2DParameter param,
	float randomness
)

Parameters

param
Type: GodotCPUParticles2DParameter

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

randomness
Type: SystemSingle

[Missing <param name="randomness"/> documentation for "M:Godot.CPUParticles2D.SetParamRandomness(Godot.CPUParticles2D.Parameter,System.Single)"]

See Also