Namespace: Asteroids
Assembly: Asteroids (in Asteroids.exe) Version: 1.1.1.0 (1.1.1)
Tests: Asteroids.Tests.GameLogicTests
1 unit tests call Asteroids.Game.InteractionLogic
Assembly: Asteroids (in Asteroids.exe) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: InteractionLogicRemarks
Examples
[Test, CloseAfterFirstFrame] public void InteractionLogicIsPauseable() { Assert.IsTrue(interactionLogic.IsPauseable); }
See Also