πŸ”¦
Flashlight System - Doc
  • Flashlight System - Introduction
  • ⭐GETTING STARTED
    • Quick Start
    • Detailed Setup
  • ❓SUPPORT
    • FAQ
    • UI Text Missing?
    • Inputs / Controls
    • Adding Audio Clips
    • System Namespace
    • Flashlight Swing Tips
  • πŸŒ€DEVELOPMENT
    • Patch Notes - V1.8
    • Roadmap
  • πŸ“§CONTACTS
    • Contact Me
    • My Other Assets
Powered by GitBook
On this page

Was this helpful?

  1. SUPPORT

System Namespace

  • If you need to access the Flashlight scripts from another script that isn’t in relation to my asset you may need to use a namespace collection at the top of your script:

Using FlashlightSystem;
  • If you want to add a script or class to the flashlight system namespaces, you can use:

Namespace FlashlightSystem;
PreviousAdding Audio ClipsNextFlashlight Swing Tips

Last updated 2 years ago

Was this helpful?

❓