Click or drag to resize

VisibilityEnablerSetEnabler 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 FreezeBodies property instead.")]
public void SetEnabler(
	VisibilityEnablerEnabler enabler,
	bool enabled
)

Parameters

enabler
Type: GodotVisibilityEnablerEnabler

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

enabled
Type: SystemBoolean

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

See Also