# Vector3Field

> Initializes and returns an instance of Vector3Field.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine.UIElements](/engine/6000.0/script-reference/unityengine/uielements.md)
* **Assembly:** UnityEngine.UIElementsModule

## Vector3Field()

Initializes and returns an instance of Vector3Field.

```csharp
public Vector3Field()
```

## Vector3Field(string)

Initializes and returns an instance of Vector3Field.

```csharp
public Vector3Field(string label)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): The text to use as a label.
