Wipeout Constructor (IEnumerableVector2)
|
Initializes a new instance of the Wipeout class as a polygonal wipeout.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public Wipeout(
IEnumerable<Vector2> vertexes
)
Public Sub New (
vertexes As IEnumerable(Of Vector2)
)
public:
Wipeout(
IEnumerable<Vector2>^ vertexes
)
new :
vertexes : IEnumerable<Vector2> -> Wipeout
CONSTRUCTOR(
vertexes AS IEnumerable<Vector2>
)
Parameters
- vertexes
- Type: System.Collections.GenericIEnumerableVector2
The list of vertexes of the wipeout.
See Also