Click or drag to resize

VisualServerCanvasOccluderPolygonSetShapeAsLines Method

Sets the shape of the occluder polygon as lines.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void CanvasOccluderPolygonSetShapeAsLines(
	RID occluderPolygon,
	Vector2[] shape
)

Parameters

occluderPolygon
Type: GodotRID

[Missing <param name="occluderPolygon"/> documentation for "M:Godot.VisualServer.CanvasOccluderPolygonSetShapeAsLines(Godot.RID,Godot.Vector2[])"]

shape
Type: GodotVector2

[Missing <param name="shape"/> documentation for "M:Godot.VisualServer.CanvasOccluderPolygonSetShapeAsLines(Godot.RID,Godot.Vector2[])"]

See Also