Entity.iterate

Iterate over the components registered to the entity. It calls the accessor delegate that has been set to each component.

struct Entity
void
iterate
()

Throws

EntityException if the entity is invalid.

Meta