Class Vector2IntField.UxmlTraits
Defines Vector2IntField.UxmlTraits for the Vector2IntField.
Inheritance
Vector2IntField.UxmlTraits
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class UxmlTraits : BaseField<Vector2Int>.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes the Vector2IntField.UxmlTraits for the Vector2IntField.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | VisualElement to initialize. |
IUxmlAttributes | bag | Bag of attributes where to get them. |
CreationContext | cc | Creation Context, unused. |
Overrides
UnityEngine.UIElements.BaseField<Vector2Int>.UxmlTraits.Init(UnityEngine.UIElements.VisualElement, UnityEngine.UIElements.IUxmlAttributes, UnityEngine.UIElements.CreationContext)