WaveHandler AddWave Method Delta Engine Documentation

Namespace: DeltaEngine.Editor.LevelEditor
Assembly: DeltaEngine.Editor.LevelEditor (in DeltaEngine.Editor.LevelEditor.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void AddWave(
	float waitingTime,
	float spawningInterval,
	float maximumTime,
	string thingsToSpawn,
	string shortName,
	int maxSpawnItems
)
See Also