Namespace: Blocks.Tests
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test, CloseAfterFirstFrame] public void RenderJBlock() { { var block = new Block(displayMode, content, Vector2D.Zero); block.UpdateBrickDrawAreas(0.0f); } }
See Also