Initializes a new instance of the
GhostWave class
Namespace: GhostWarsAssembly: GhostWars (in GhostWars.exe) Version: 1.1.1.0 (1.1.1)
public GhostWave(
Vector2D start,
Vector2D target,
int waveSize,
Color color
)
public GhostWave(
Vector2D start,
Vector2D target,
int waveSize,
Color color
)
Public Sub New (
start As Vector2D,
target As Vector2D,
waveSize As Integer,
color As Color
)
Public Sub New (
start As Vector2D,
target As Vector2D,
waveSize As Integer,
color As Color
)
public:
GhostWave(
Vector2D start,
Vector2D target,
int waveSize,
Color color
)
public:
GhostWave(
Vector2D start,
Vector2D target,
int waveSize,
Color color
)
new :
start : Vector2D *
target : Vector2D *
waveSize : int *
color : Color -> GhostWave
new :
start : Vector2D *
target : Vector2D *
waveSize : int *
color : Color -> GhostWave