Click or drag to resize

VisualServerParticlesIsInactive Method

Returns true if particles are not emitting and particles are set to inactive.

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

Parameters

particles
Type: GodotRID

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.VisualServer.ParticlesIsInactive(Godot.RID)"]

See Also