Click or drag to resize

Polygon2DSetInvert Method

Note: This API is now obsolete.

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

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

Parameters

invert
Type: SystemBoolean

[Missing <param name="invert"/> documentation for "M:Godot.Polygon2D.SetInvert(System.Boolean)"]

See Also