Click or drag to resize

CPUParticlesSetParamCurve Method

Note: This API is now obsolete.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetParamCurve is deprecated. Use the AnimOffsetCurve property instead.")]
public void SetParamCurve(
	CPUParticlesParameter param,
	Curve curve
)

Parameters

param
Type: GodotCPUParticlesParameter

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

curve
Type: GodotCurve

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

See Also