Click or drag to resize

VisualServerParticlesSetAmount Method

Sets the number of particles to be drawn and allocates the memory for them. Equivalent to Amount.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ParticlesSetAmount(
	RID particles,
	int amount
)

Parameters

particles
Type: GodotRID

[Missing <param name="particles"/> documentation for "M:Godot.VisualServer.ParticlesSetAmount(Godot.RID,System.Int32)"]

amount
Type: SystemInt32

[Missing <param name="amount"/> documentation for "M:Godot.VisualServer.ParticlesSetAmount(Godot.RID,System.Int32)"]

See Also