Class MinMaxSlider.UxmlTraits
Defines MinMaxSlider.UxmlTraits for the MinMaxSlider.
Inheritance
MinMaxSlider.UxmlTraits
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class UxmlTraits : BaseField<Vector2>.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initialize MinMaxSlider properties using values from the attribute bag.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The element to initialize. |
IUxmlAttributes | bag | The bag of attributes. |
CreationContext | cc | Creation Context, unused. |
Overrides
UnityEngine.UIElements.BaseField<Vector2>.UxmlTraits.Init(UnityEngine.UIElements.VisualElement, UnityEngine.UIElements.IUxmlAttributes, UnityEngine.UIElements.CreationContext)