Class UIButton.UxmlSerializedData
Inheritance
UxmlSerializedData
VisualElement.UxmlSerializedData
BindableElement.UxmlSerializedData
TextElement.UxmlSerializedData
Button.UxmlSerializedData
UIButton.UxmlSerializedData
Inherited Members
UxmlSerializedData.ShouldWriteAttributeValue(UxmlSerializedData.UxmlAttributeFlags)
Namespace: Fwt.UIToolkit
Assembly: fwt.uitoolkit.dll
Syntax
[Serializable]
public class UIButton.UxmlSerializedData : Button.UxmlSerializedData
Methods
CreateInstance()
<p>
Returns an instance of the declaring element.
Declaration
public override object CreateInstance()
Returns
| Type | Description |
|---|---|
| object | The new instance of the declaring element. |
Overrides
UnityEngine.UIElements.Button.UxmlSerializedData.CreateInstance()
Deserialize(object)
<p>
Applies serialized field values to a compatible visual element.
Declaration
public override void Deserialize(object obj)
Parameters
| Type | Name | Description |
|---|---|---|
| object | obj | The element to have the serialized data applied to. |
Overrides
Register()
Declaration
[RegisterUxmlCache]
[Conditional("UNITY_EDITOR")]
public static void Register()