We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987d226 commit b45b12eCopy full SHA for b45b12e
proto/ignition/msgs/serialized_map.proto
@@ -50,6 +50,10 @@ message SerializedStateMap
50
51
/// \brief All the entities currently in the simulation.
52
map<uint64, SerializedEntityMap> entities = 2;
53
+
54
+ /// \brief Indicates if there is any one time component change,
55
+ /// or if all changes are periodic.
56
+ bool has_one_time_component_changes = 3;
57
};
58
59
/// \brief All the data needed to step an ECS system, such as current
0 commit comments