Click or drag to resize

CPUParticlesGetParam 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(
	CPUParticlesParameter param
)

Parameters

param
Type: GodotCPUParticlesParameter

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

Return Value

Type: Single

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

See Also