Click or drag to resize

CPUParticles2DSetParticleFlag Method

Note: This API is now obsolete.

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

Parameters

flag
Type: GodotCPUParticles2DFlags

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

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.CPUParticles2D.SetParticleFlag(Godot.CPUParticles2D.Flags,System.Boolean)"]

See Also