BodyTests ChangeRotation Method Delta Engine Documentation

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

public void ChangeRotation()
Examples

[Test, CloseAfterFirstFrame]
public void ChangeRotation()
{
    body.Rotation = 90;
    Assert.AreEqual(90, body.Rotation);
}
See Also