Click or drag to resize

EdgeShapeSet Method

Set this as an isolated edge.

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 void Set(
	Vector2 start,
	Vector2 end
)

Parameters

start  Vector2
The start.
end  Vector2
The end.
See Also