NeoAxis Documentation
NeoAxis Documentation
API Reference
Internal.tainicom.Aether.Physics2D.Collision.Shapes
EdgeShape Class
EdgeShape Constructor
EdgeShape Properties
EdgeShape Methods
EdgeShape Fields
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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
Copy
public
EdgeShape
(
Vector2
start
,
Vector2
end
)
Parameters
start
Type:
Internal.tainicom.Aether.Physics2D.Common
Vector2
The start of the edge.
end
Type:
Internal.tainicom.Aether.Physics2D.Common
Vector2
The end of the edge.
See Also
Reference
EdgeShape Class
Internal.tainicom.Aether.Physics2D.Collision.Shapes Namespace
Copyright 2024 NeoAxis Group. All rights reserved.