Button.UxmlFactory
Instantiates a Button using data from a UXML file.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Class
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Inherits from: UxmlFactory<Button, UxmlTraits>
- Implements: IUxmlFactory, IBaseUxmlFactory
public class Button.UxmlFactory : UxmlFactory<Button, Button.UxmlTraits>, IUxmlFactory, IBaseUxmlFactory
Remarks
This class is added to every VisualElement that is created from UXML.