BlockTests RotateClockwise Method Delta Engine Documentation

Namespace: Blocks.Tests
Assembly: Blocks.Tests (in Blocks.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public void RotateClockwise()
Examples

[Test, CloseAfterFirstFrame]
public void RotateClockwise()
{
    var block = new Block(displayMode, content, new Vector2D(8, 1));
    block.RotateClockwise();
}
See Also