Namespace: DeltaEngine.Entities
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Tests: Asteroids.Tests.PlayerShipTests
1 unit tests call DeltaEngine.Entities.Entity.IsPauseable
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: BooleanRemarks
Examples
[Test, CloseAfterFirstFrame] public void CreatedEntityIsPauseable() { Assert.IsTrue(playerShip.IsPauseable); }
See Also