# Script Reference

[HologramCamera.cs](/software/index/script-reference/hologramcamera.cs.md) - captures scenes for holographic rendering in connected Looking Glass displays.

[LKGDisplaySystem.cs](/software/index/script-reference/lkgdisplaysystem.cs.md) - provides high-level access to querying currently-connected Looking Glass displays.

[QuiltCapture.cs](/software/index/script-reference/quiltcapture.cs.md) - provides a way to record quilt videos from within Unity scenes.

[Cursor3D.cs](/software/index/script-reference/cursor3d.cs.md) - lets user explore and point to surfaces in the 3D scene with the mouse.

[OrbitControls.cs](/software/index/script-reference/orbitcontrols.cs.md) - provides controls to rotate, pan, zoom, and refocus the hologram with simple mouse / multitouch inputs.

[BlockUploader.cs](/software/index/script-reference/blockuploader.cs.md) - uploads holograms to Looking Glass Blocks.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://lfdocs.lookingglassfactory.com/software/index/script-reference.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
