Click or drag to resize

EdgeShape Constructor

Create a new EdgeShape with the specified start and end.

Namespace: Internal.tainicom.Aether.Physics2D.Collision.Shapes
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public EdgeShape(
	Vector2 start,
	Vector2 end
)

Parameters

start  Vector2
The start of the edge.
end  Vector2
The end of the edge.
See Also