class MAGES::Editor::CloseButton::UxmlFactory¶
Overview¶
The UXML factory. More…
class UxmlFactory
{
public:
    // properties
    override string uxmlName;
    // methods
    override VisualElement Create(IUxmlAttributes bag, CreationContext cc);
};
Detailed Documentation¶
The UXML factory.
Properties¶
override string uxmlName
Gets the UXML name.
Methods¶
override VisualElement Create(IUxmlAttributes bag, CreationContext cc)
Creates the specified element.
Parameters:
| bag | Bag. | 
| cc | Context. | 
Returns:
The visual element.