Click or drag to resize

ParticlesSetDrawOrder Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Particles.SetDrawOrder(Godot.Particles.DrawOrderEnum)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetDrawOrder is deprecated. Use the DrawOrder property instead.")]
public void SetDrawOrder(
	ParticlesDrawOrderEnum order
)

Parameters

order
Type: GodotParticlesDrawOrderEnum

[Missing <param name="order"/> documentation for "M:Godot.Particles.SetDrawOrder(Godot.Particles.DrawOrderEnum)"]

See Also