Click or drag to resize

CPUParticles2DGetParticleFlag Method

Note: This API is now obsolete.

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

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

Parameters

flag
Type: GodotCPUParticles2DFlags

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

Return Value

Type: Boolean

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

See Also