PiggyBankTests SpawnCoinMinefield Method Delta Engine Documentation

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

public void SpawnCoinMinefield()
Examples

[Test]
public void SpawnCoinMinefield()
{
    Assert.AreEqual(5, coins.Count);
    Assert.AreEqual(new Vector3D(0.5f, 1.5f, 0.0f), coins[0].Position);
    Assert.IsTrue(coins[0].IsActive);
}
See Also