# SVGParser.SceneInfo

> A structure containing the SVG scene data.

## Definition

* **Type:** Struct
* **Namespace:** [Unity.VectorGraphics](/engine/6000.5/script-reference/unity/vectorgraphics.md)
* **Assembly:** UnityEngine.VectorGraphicsModule

```csharp
public struct SVGParser.SceneInfo
```

## Properties

| Property                                                                                                   | Description                                             |
| ---------------------------------------------------------------------------------------------------------- | ------------------------------------------------------- |
| [NodeIDs](/engine/6000.5/script-reference/unity/vectorgraphics/svgparser/sceneinfo/nodeids.md)             | A dictionary containing the scene node for a given ID   |
| [NodeOpacity](/engine/6000.5/script-reference/unity/vectorgraphics/svgparser/sceneinfo/nodeopacity.md)     | A dictionary containing the opacity of the scene nodes. |
| [Scene](/engine/6000.5/script-reference/unity/vectorgraphics/svgparser/sceneinfo/scene.md)                 | The vector scene.                                       |
| [SceneViewport](/engine/6000.5/script-reference/unity/vectorgraphics/svgparser/sceneinfo/sceneviewport.md) | The position and size of the SVG document               |
