This version of Unity is unsupported.

UxmlSerializedData.Deserialize

Declaration

public void Deserialize(object obj);

Parameters

obj The element to have the serialized data applied to.

Description

Applies serialized field values to a compatible visual element.

This is used by the code generator when a custom control is using the UxmlElementAttribute.