Logic Reset Method Delta Engine Documentation

Namespace: Drench.Logics
Assembly: Drench (in Drench.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public void Reset()
Remarks

Tests: Drench.Tests.Logics.SinglePlayerLogicTests
Examples

1 unit tests call Drench.Logics.Logic.Reset
[Test]
public void ResetGame()
{
    logic.Reset();
    Assert.AreEqual(new Color(1.0f, 1.0f, 0.5f), logic.Board.GetColor(0, 0));
}
See Also