Click or drag to resize

VisibilityEnablerIsEnablerEnabled Method

Note: This API is now obsolete.

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

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

Parameters

enabler
Type: GodotVisibilityEnablerEnabler

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

Return Value

Type: Boolean

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

See Also