Click or drag to resize

CPUParticlesSetParam Method

Note: This API is now obsolete.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetParam is deprecated. Use the AnimOffset property instead.")]
public void SetParam(
	CPUParticlesParameter param,
	float value
)

Parameters

param
Type: GodotCPUParticlesParameter

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

value
Type: SystemSingle

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

See Also