# Scene

> A scene contains the whole node hierarchy.

## Definition

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

```csharp
public class Scene
```

## Properties

| Property                                                                   | Description                     |
| -------------------------------------------------------------------------- | ------------------------------- |
| [Root](/engine/6000.7/script-reference/unity/vectorgraphics/scene/root.md) | The root of the node hierarchy. |
