Unit Reference Using - RealityStop/Bolt.Addons.Community GitHub Wiki

Using

Screenshot 2025-09-30 130706

Executes a using block for an IDisposable object, ensuring proper disposal after execution.

Input Ports

  • enter : Trigger to start the using block.
  • value : The IDisposable object to be used and disposed.

Output Ports

  • exit : Invoked after the using block completes and the object is disposed.
  • body : The execution path inside the using block.
⚠️ **GitHub.com Fallback** ⚠️