Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions proto/ignition/msgs/serialized_map.proto
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ message SerializedStateMap

/// \brief All the entities currently in the simulation.
map<uint64, SerializedEntityMap> entities = 2;

/// \brief Indicates if there is any one time component change,
/// or if all changes are periodic.
bool is_periodic_change = 3;
};

/// \brief All the data needed to step an ECS system, such as current
Expand Down