CoinTests InitialValues Method Delta Engine Documentation

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

public void InitialValues()
Examples

[Test]
public void InitialValues()
{
    Assert.AreEqual(new Vector3D(1, 2, 3), coin.Position);
}
See Also