Command Pattern

The Command pattern encapsulates an action (or request) as an object. Instead of calling a method directly, you create a command object that represents the action and can be stored, queued, undone, or replayed.

More in Design Patterns

  1. State Machine
  2. Singleton
  3. Observer Pattern
  4. Component Pattern
  5. Command Pattern
  6. Factory Pattern

All 157 topics in the Learn Unity Roadmap