Click or drag to resize

VisualServerParticlesSetDrawPasses Method

Sets the number of draw passes to use. Equivalent to DrawPasses.

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

Parameters

particles
Type: GodotRID

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

count
Type: SystemInt32

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

See Also