Click or drag to resize

CPUParticlesGetParticleFlag Method

Note: This API is now obsolete.

Returns the enabled state of the given flag (see CPUParticlesFlags for options).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetParticleFlag is deprecated. Use the FlagDisableZ property instead.")]
public bool GetParticleFlag(
	CPUParticlesFlags flag
)

Parameters

flag
Type: GodotCPUParticlesFlags

[Missing <param name="flag"/> documentation for "M:Godot.CPUParticles.GetParticleFlag(Godot.CPUParticles.Flags)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.CPUParticles.GetParticleFlag(Godot.CPUParticles.Flags)"]

See Also