Click or drag to resize

CPUParticles2DGetParam Method

Note: This API is now obsolete.

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

Parameters

param
Type: GodotCPUParticles2DParameter

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

Return Value

Type: Single

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

See Also