Click or drag to resize

VisibilityEnabler2D.IsEnablerEnabled Method

Note: This API is now obsolete.

Returns whether the enabler identified by given VisibilityEnabler2D.Enabler 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(
	VisibilityEnabler2D.Enabler enabler
)

Parameters

enabler
Type: Godot.VisibilityEnabler2D.Enabler

[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