Namespace: DeltaEngine.Physics2D.Tests
Assembly: DeltaEngine.Physics2D.Tests (in DeltaEngine.Physics2D.Tests.dll) Version: 1.1.1.0 (1.1.1)
Assembly: DeltaEngine.Physics2D.Tests (in DeltaEngine.Physics2D.Tests.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Examples
[Test] public void ChangeLineJointFrequency() { var bodyB = physics.CreateCircle(3.0f); var joint = physics.CreateLineJoint(body, bodyB, Vector2D.Zero); joint.Frequency = 1.0f; Assert.AreEqual(joint.Frequency, 1.0f); }
See Also