Click or drag to resize

BitMapOpaqueToPolygons Method

[Missing <summary> documentation for "M:Godot.BitMap.OpaqueToPolygons(Godot.Rect2,System.Single)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Array OpaqueToPolygons(
	Rect2 rect,
	float epsilon = 2f
)

Parameters

rect
Type: GodotRect2

[Missing <param name="rect"/> documentation for "M:Godot.BitMap.OpaqueToPolygons(Godot.Rect2,System.Single)"]

epsilon (Optional)
Type: SystemSingle

[Missing <param name="epsilon"/> documentation for "M:Godot.BitMap.OpaqueToPolygons(Godot.Rect2,System.Single)"]

Return Value

Type: Array

[Missing <returns> documentation for "M:Godot.BitMap.OpaqueToPolygons(Godot.Rect2,System.Single)"]

See Also