DistributedEcs v0.1.3 DistributedEcs.Changes View Source

Link to this section Summary

Link to this section Types

Link to this type attached_component() View Source
attached_component() :: atom() | DistributedEcs.Component.t()
Link to this type t() View Source
t() :: %DistributedEcs.Changes{
  attached: [attached_component()],
  removed: [atom()],
  updated: [DistributedEcs.Component.t()]
}