BodyTests CreateCircleAndGetVertices 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 CreateCircleAndGetVertices()
Examples

[Test, CloseAfterFirstFrame]
public void CreateCircleAndGetVertices()
{
    var circle = physics.CreateCircle(0.5f);
    Assert.IsNotEmpty(circle.LineVertices);
}
See Also