Click or drag to resize

CPUParticlesSetParticleFlag 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 FlagDisableZ property instead.")]
public void SetParticleFlag(
	CPUParticlesFlags flag,
	bool enable
)

Parameters

flag
Type: GodotCPUParticlesFlags

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

enable
Type: SystemBoolean

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

See Also