Click or drag to resize

CPUParticlesGetParamCurve Method

Note: This API is now obsolete.

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

Parameters

param
Type: GodotCPUParticlesParameter

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

Return Value

Type: Curve

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

See Also