Board Randomize Method Delta Engine Documentation

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

public void Randomize()
Remarks

Tests: Drench.Tests.BoardTests
Examples

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