Deserialize(object)
Applies serialized field values to a compatible visual element.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
Deserialize(Object)
public abstract void Deserialize(object obj)
Parameters
The element to have the serialized data applied to.
Remarks
This is used by the code generator when a custom control is using the UxmlElementAttribute.