Click or drag to resize

CPUParticles2DSetParam 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(
	CPUParticles2DParameter param,
	float value
)

Parameters

param
Type: GodotCPUParticles2DParameter

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

value
Type: SystemSingle

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

See Also