BallInLevelTests PlayGameWithGravity Method Delta Engine Documentation

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

public void PlayGameWithGravity()
Examples

[Test]
public void PlayGameWithGravity()
{
    Resolve<Paddle>();
    Resolve<BallWithGravity>();
}
See Also