# SceneNode

> A node inside a hierarchy.

## Definition

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

```csharp
public class SceneNode
```

## Properties

| Property                                                                                 | Description                               |
| ---------------------------------------------------------------------------------------- | ----------------------------------------- |
| [Children](/engine/6000.7/script-reference/unity/vectorgraphics/scenenode/children.md)   | The list of children nodes.               |
| [Clipper](/engine/6000.7/script-reference/unity/vectorgraphics/scenenode/clipper.md)     | A clipper hierarchy that clips this node. |
| [Shapes](/engine/6000.7/script-reference/unity/vectorgraphics/scenenode/shapes.md)       | The list of shapes inside this node.      |
| [Transform](/engine/6000.7/script-reference/unity/vectorgraphics/scenenode/transform.md) | The transform of the node.                |
