Click or drag to resize

ParticlesMaterialGetFlag 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(
	ParticlesMaterialFlags flag
)

Parameters

flag
Type: GodotParticlesMaterialFlags

[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