rrbox / ecs-swift

Entity Component System for swift
MIT License
3 stars 0 forks source link

Commands 実行の順序 #75

Open rrbox opened 7 months ago

rrbox commented 7 months ago
rrbox commented 7 months ago
  1. apply entity transactions
  2. send event of entity will despawn
  3. chunk storage apply
  4. send event of entity did spawn
  5. apply component transactions
  6. run commands (queue)