Click or drag to resize

OccluderPolygon2DSetClosed Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.OccluderPolygon2D.SetClosed(System.Boolean)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetClosed is deprecated. Use the Closed property instead.")]
public void SetClosed(
	bool closed
)

Parameters

closed
Type: SystemBoolean

[Missing <param name="closed"/> documentation for "M:Godot.OccluderPolygon2D.SetClosed(System.Boolean)"]

See Also