Block RotateAntiClockwise Method Delta Engine Documentation

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

public void RotateAntiClockwise()
Remarks

Tests: Blocks.Tests.BlockTests
Examples

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