# NodeOpacity

> A dictionary containing the opacity of the scene nodes.

## Definition

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

```csharp
public readonly Dictionary<SceneNode, float> NodeOpacity { get; }
```
