Click or drag to resize

VisibilityEnabler2DSetEnabler Method

Note: This API is now obsolete.

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

Parameters

enabler
Type: GodotVisibilityEnabler2DEnabler

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

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.VisibilityEnabler2D.SetEnabler(Godot.VisibilityEnabler2D.Enabler,System.Boolean)"]

See Also