Click or drag to resize

CPUParticles2DGetParamRandomness Method

Note: This API is now obsolete.

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

Parameters

param
Type: GodotCPUParticles2DParameter

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

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.CPUParticles2D.GetParamRandomness(Godot.CPUParticles2D.Parameter)"]

See Also