WaveTests CreateWaveOnClick Method Delta Engine Documentation

Namespace: GhostWars.Tests
Assembly: GhostWars.Tests (in GhostWars.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void CreateWaveOnClick()
Examples

[Test]
public void CreateWaveOnClick()
{
    //ncrunch: no coverage start 
    new Command(Command.Click,
        pos => new GhostWave(new Vector2D(0.2f, 0.5f), pos, 5, Team.HumanYellow.ToColor()));
    //ncrunch: no coverage end
}
See Also