Track Constructor Delta Engine Documentation
Initializes a new instance of the Track class

Namespace: CarGame2D
Assembly: CarGame2D (in CarGame2D.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public Track(
	Vector2D[] positions
)

Parameters

positions
Type:  DeltaEngine.Datatypes Vector2D 
See Also