Click or drag to resize

CPUParticles.SetParamRandomness 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(
	CPUParticles.Parameter param,
	float randomness
)

Parameters

param
Type: Godot.CPUParticles.Parameter

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

randomness
Type: System.Single

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

See Also