grail (C  1.0.0
A multi-platform, modular, universal engine for embedding advanced AI in games.
Grail.DebugInfo.SimulatedGamesReasonerSnapshot.SimulatedGameSnapshot Class Reference

DTO - data transfer object / plain data object. Represents complete debug snapshot of SimulatedGame running for certain number of iterations More...

Public Attributes

List< SimulatedGameUnitSnapshotUnitSnapshots = new List<SimulatedGameUnitSnapshot>()
 Units that took part in the game More...
 
List< SimulatedGameIterationSnapshotIterationSnapshots = new List<SimulatedGameIterationSnapshot>()
 Snapshots of iterations contained in the SimulatedGameSnapshot More...
 

Detailed Description

DTO - data transfer object / plain data object. Represents complete debug snapshot of SimulatedGame running for certain number of iterations

Member Data Documentation

◆ IterationSnapshots

List<SimulatedGameIterationSnapshot> Grail.DebugInfo.SimulatedGamesReasonerSnapshot.SimulatedGameSnapshot.IterationSnapshots = new List<SimulatedGameIterationSnapshot>()

Snapshots of iterations contained in the SimulatedGameSnapshot

◆ UnitSnapshots

List<SimulatedGameUnitSnapshot> Grail.DebugInfo.SimulatedGamesReasonerSnapshot.SimulatedGameSnapshot.UnitSnapshots = new List<SimulatedGameUnitSnapshot>()

Units that took part in the game


The documentation for this class was generated from the following file: