Click or drag to resize

CPUParticlesGetParamRandomness 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(
	CPUParticlesParameter param
)

Parameters

param
Type: GodotCPUParticlesParameter

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

Return Value

Type: Single

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

See Also