Namespace: Snake
Assembly: Snake (in Snake.exe) Version: 1.1.1.0 (1.1.1)
Tests: Snake.Tests.ChunkTests
1 unit tests call Snake.Chunk.SpawnAtRandomLocation
Assembly: Snake (in Snake.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Remarks
Examples
[Test] public void DrawChunkAtRandomLocation() { Resolve<Window>().ViewportPixelSize = new Size(800, 600); var smallChunk = new Chunk(gridSize, blockSize, Color.Purple); smallChunk.SpawnAtRandomLocation(); }
See Also