Click or drag to resize

VisualServerParticlesSetDrawOrder Method

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void ParticlesSetDrawOrder(
	RID particles,
	VisualServerParticlesDrawOrder order
)

Parameters

particles
Type: GodotRID

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

order
Type: GodotVisualServerParticlesDrawOrder

[Missing <param name="order"/> documentation for "M:Godot.VisualServer.ParticlesSetDrawOrder(Godot.RID,Godot.VisualServer.ParticlesDrawOrder)"]

See Also