Easy Interaction System
  • 👋Welcome
  • 🚀Installation
    • New Project Setup
  • Setup new scene
  • Creating new interactions
    • Interaction anatomy
      • Input hints
        • More additional action hints
        • UpdateHints
      • Keep action active
      • Analog of OnEnable and OnDisable interaction
      • Analog of Update
      • Debug active interactions
  • Suport
  • Additional Systems
    • Inventory System
    • Notification System
Powered by GitBook
On this page
  1. Creating new interactions
  2. Interaction anatomy

Debug active interactions

PreviousAnalog of UpdateNextSuport

Last updated 1 year ago

If you want to see which interactions are subscribed at current time, you InteractionHandler has a simple debug method, which can be called by pressing keycode L.

As you can see, there are basic information about interactions that are now in sight of camera.