Skip to content

Debug Properties

The system is always open to you or others modifying and changing how the system works and behaves, but good ways to do that is to have the ability to debug stuff.


VisualizeRaycasts

  • Description: Changes whether or not raycasting is visualized and can be seen
  • Default: false
  • Example:
    emitter:Create({ -- Show raycasts
      VisualizeRaycasts = true
    })
    

With debugging, you can change the system yourself easier... were you expecting more??