Class TouchSlider<TValueType>.UxmlTraits
Class containing the TouchSlider<TValueType>.UxmlTraits for the TouchSlider<TValueType>.
Inherited Members
VisualElement.UxmlTraits.m_Name
VisualElement.UxmlTraits.m_PickingMode
Namespace: Unity.Muse.AppUI.UI
Assembly: Unity.Muse.AppUI.dll
Syntax
public class TouchSlider<TValueType>.UxmlTraits : BaseSlider<TValueType, TValueType>.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initializes the VisualElement from the UXML attributes.
Declaration
public override void Init(VisualElement ve, IUxmlAttributes bag, CreationContext cc)
Parameters
Type | Name | Description |
---|---|---|
VisualElement | ve | The VisualElement to initialize. |
IUxmlAttributes | bag | The IUxmlAttributes bag to use to initialize the VisualElement. |
CreationContext | cc | The CreationContext to use to initialize the VisualElement. |