Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


UxmlComponentSerializedData

Serialized data of a component authored on a VisualElement in UXML. Generated for VisualElementComponentAttribute structs; an element's own data derives from UxmlSerializedData directly.
Read time 1 minuteLast updated 5 days ago

Definition

public abstract class UxmlComponentSerializedData : UxmlSerializedData

Methods

Method

Description

CreateInstanceCreates the component this data describes on
owner
.

Inheritance