This document is about: QUANTUM 1
SWITCH TO

7 - Signals

In This Video

  • Inter-Systems communication
  • Signal definition and use
  • Using pointers in signals

Further Readings

  • Quantum Signals: Find more information and code snippets about Quantum Signals in the DSL manual.
  • Type Safe Collision Callbacks: Besides the generic collision callbacks introduced on the 2D Physics video, you can also use the Signals API to create type-safe collision callbacks which defines the specific entity types involved on the collision. You can check out its usage here.
Back to top