# VectorUtils.Geometry

> Holds the tessellated Scene geometry and associated data.

## Definition

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

```csharp
public class VectorUtils.Geometry
```

## Fields

| Value                                                                                                           | Description                            |
| --------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
| [Color](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/color.md)                     | The color of the geometry.             |
| [Fill](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/fill.md)                       | The fill of the geometry. May be null. |
| [FillTransform](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/filltransform.md)     | The filling transform of the geometry. |
| [Indices](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/indices.md)                 | The triangle indices of the geometry.  |
| [SettingIndex](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/settingindex.md)       | The setting index of the geometry.     |
| [UnclippedBounds](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/unclippedbounds.md) | The unclipped bounds of the geometry.  |
| [UVs](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/uvs.md)                         | The UV coordinates of the geometry.    |
| [Vertices](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/vertices.md)               | The vertices of the geometry.          |
| [WorldTransform](/engine/6000.7/script-reference/unity/vectorgraphics/vectorutils/geometry/worldtransform.md)   | The world transform of the geometry.   |
