# SceneInfo

## Description

The container class use to store the information of a scene defined in the **Scene Flow Graph.**

## Public Properties

| Name             | Type   | Description                                               |
| ---------------- | ------ | --------------------------------------------------------- |
| UID              | string | Unique Identify for each scene                            |
| SceneGUID        | string | GUID of the scene in the project.                         |
| SceneName        | string | Name of the scene                                         |
| ScenePath        | string | Path to loading the scene                                 |
| Async            | bool   | The scene load asynchronously.                            |
| WaitTimeout      | float  | The time in seconds before appear on screen after loaded. |
| loadingScene     | string | Name of the loading scene.                                |
| loadingScenePath | string | Path of the loading scene.                                |


---

# 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://docs.digicrafts.com.hk/sceneflow/api-references/sceneinfo.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.
