Click or drag to resize

CPUParticles2DSetAmount Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CPUParticles2D.SetAmount(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetAmount is deprecated. Use the Amount property instead.")]
public void SetAmount(
	int amount
)

Parameters

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:Godot.CPUParticles2D.SetAmount(System.Int32)"]

See Also