Click or drag to resize

CPUParticles2DSetDrawOrder Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.CPUParticles2D.SetDrawOrder(Godot.CPUParticles2D.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(
	CPUParticles2DDrawOrderEnum order
)

Parameters

order
Type: GodotCPUParticles2DDrawOrderEnum

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

See Also