# Init(VisualElement, IUxmlAttributes, CreationContext)

> Initializes the UxmlTraits for the Vector2IntField.

## Definition

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

> **Warning:**
>
> **Deprecated.** UxmlTraits is deprecated and will be removed. Use UxmlElementAttribute instead.

```csharp
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
```

### Parameters

**** (\[VisualElement]\(/engine/6000.3/script-reference/unityengine/uielements/visualelement)): [VisualElement](/engine/6000.3/script-reference/unityengine/uielements/visualelement.md) to initialize.**** (\[IUxmlAttributes]\(/engine/6000.3/script-reference/unityengine/uielements/iuxmlattributes)): Bag of attributes where to get them.**** (\[CreationContext]\(/engine/6000.3/script-reference/unityengine/uielements/creationcontext)): Creation Context, unused.
