Click or drag to resize

CPUParticlesSetDrawOrder Method

Note: This API is now obsolete.

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

Parameters

order
Type: GodotCPUParticlesDrawOrderEnum

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

See Also