Struct constellation::EntityChangeSet [] [src]

pub struct EntityChangeSet {
    pub deleted: Vec<Entity>,
}

Summarises the final changes made during the lifetime of an entity transaction.

Fields

The entities deleted in the transaction.