Create a new EdgeShape with the specified start and end.
Namespace: Internal.tainicom.Aether.Physics2D.Collision.ShapesAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic EdgeShape(
Vector2 start,
Vector2 end
)
Parameters
- start Vector2
- The start of the edge.
- end Vector2
- The end of the edge.
See Also