Class RectIntField.UxmlTraits
Defines RectIntField.UxmlTraits for the RectIntField.
Inheritance
RectIntField.UxmlTraits
Inherited Members
Namespace: UnityEditor.UIElements
Syntax
public class UxmlTraits : BaseField<RectInt>.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes the RectIntField.UxmlTraits for the RectIntField.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The VisualElement to be initialized. |
IUxmlAttributes | bag | Bags of attributes where the values come from. |
CreationContext | cc | Creation Context, unused. |
Overrides
UnityEngine.UIElements.BaseField<RectInt>.UxmlTraits.Init(UnityEngine.UIElements.VisualElement, UnityEngine.UIElements.IUxmlAttributes, UnityEngine.UIElements.CreationContext)