Click or drag to resize

ParticlesMaterialGetParamRandomness Method

Note: This API is now obsolete.

Returns the randomness ratio associated with the specified parameter.

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(
	ParticlesMaterialParameter param
)

Parameters

param
Type: GodotParticlesMaterialParameter

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

Return Value

Type: Single

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

See Also