Click or drag to resize

VisualServerParticlesRequestProcess Method

Add particle system to list of particle systems that need to be updated. Update will take place on the next frame, or on the next call to InstancesCullAabb(AABB, RID), InstancesCullConvex(Array, RID), or InstancesCullRay(Vector3, Vector3, RID).

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

Parameters

particles
Type: GodotRID

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

See Also