BlockTests RotateAntiClockwise 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 RotateAntiClockwise()
Examples

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