Click or drag to resize

ParticlesSetDrawPasses Method

Note: This API is now obsolete.

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

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

Parameters

passes
Type: SystemInt32

[Missing <param name="passes"/> documentation for "M:Godot.Particles.SetDrawPasses(System.Int32)"]

See Also