Game InteractionLogic Property Delta Engine Documentation

Namespace: Asteroids
Assembly: Asteroids (in Asteroids.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public InteractionLogic InteractionLogic { get; }

Property Value

Type: InteractionLogic
Remarks

Tests: Asteroids.Tests.GameLogicTests
Examples

1 unit tests call Asteroids.Game.InteractionLogic
[Test, CloseAfterFirstFrame]
public void InteractionLogicIsPauseable()
{
    Assert.IsTrue(interactionLogic.IsPauseable);
}
See Also