Click or drag to resize

ParticlesMaterial.GetFlag Method

Note: This API is now obsolete.

Returns true if the specified flag is enabled.

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

Parameters

flag
Type: Godot.ParticlesMaterial.Flags

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

Return Value

Type: Boolean

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

See Also