GameTests ShortTreeDistance 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 ShortTreeDistance()
Examples

[Test]
public void ShortTreeDistance()
{
    var trees = new TreeManager(Team.HumanYellow);
    trees.AddTree(new Vector2D(0.35f, 0.4f), Team.HumanYellow);
    trees.AddTree(new Vector2D(0.65f, 0.5f), Team.None);
}
See Also