Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

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.