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

UxmlSerializedData

class in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

Generates an instance of the declaring element when the UxmlElementAttribute is used in a custom control.

Public Methods

CreateInstance Returns an instance of the declaring element.
Deserialize Applies serialized field values to a compatible visual element.

Static Methods

ShouldWriteAttributeValue Determines if an attribute should be applied during Deserialize.