Class RepeatButton.UxmlTraits
Defines RepeatButton.UxmlTraits for the RepeatButton.
Inheritance
RepeatButton.UxmlTraits
Inherited Members
Namespace: UnityEngine.UIElements
Syntax
public class UxmlTraits : TextElement.UxmlTraits
Methods
Init(VisualElement, IUxmlAttributes, CreationContext)
Initialize RepeatButton 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 object to initialize. |
IUxmlAttributes | bag | The attribute bag. |
CreationContext | cc | The creation context; unused. |