Class ClickAreaElement.UxmlSerializedData
Inheritance
UxmlSerializedData
VisualElement.UxmlSerializedData
ClickAreaElement.UxmlSerializedData
Inherited Members
UxmlSerializedData.ShouldWriteAttributeValue(UxmlSerializedData.UxmlAttributeFlags)
Namespace: Fwt.UIToolkit
Assembly: fwt.uitoolkit.dll
Syntax
[Serializable]
public class ClickAreaElement.UxmlSerializedData : VisualElement.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.VisualElement.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()