Click or drag to resize

VisibilityEnabler2DIsEnablerEnabled Method

Note: This API is now obsolete.

Returns whether the enabler identified by given VisibilityEnabler2DEnabler constant is active.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("IsEnablerEnabled is deprecated. Use the PhysicsProcessParent property instead.")]
public bool IsEnablerEnabled(
	VisibilityEnabler2DEnabler enabler
)

Parameters

enabler
Type: GodotVisibilityEnabler2DEnabler

[Missing <param name="enabler"/> documentation for "M:Godot.VisibilityEnabler2D.IsEnablerEnabled(Godot.VisibilityEnabler2D.Enabler)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.VisibilityEnabler2D.IsEnablerEnabled(Godot.VisibilityEnabler2D.Enabler)"]

See Also