SVGParser.SceneInfo
A structure containing the SVG scene data.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: Unity.VectorGraphics
- Assembly: UnityEngine.VectorGraphicsModule
public struct SVGParser.SceneInfo
Properties
Property | Description |
|---|---|
| NodeIDs | A dictionary containing the scene node for a given ID |
| NodeOpacity | A dictionary containing the opacity of the scene nodes. |
| Scene | The vector scene. |
| SceneViewport | The position and size of the SVG document |