Namespace: DeltaEngine.Physics2D.Farseer.Tests
Assembly: DeltaEngine.Physics2D.Farseer.Tests (in DeltaEngine.Physics2D.Farseer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: DeltaEngine.Physics2D.Farseer.Tests (in DeltaEngine.Physics2D.Farseer.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void TestBodySetPosition() { var body = physics.CreateRectangle(new Size(45.0f, 45.0f)); body.Position = new Vector2D(100, 100); Assert.AreEqual(body.Position, new Vector2D(100, 100)); }
See Also