Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


CopySerialized

This is used by the code generator when a custom control is using the UxmlElementAttribute.
Read time 1 minuteLast updated 10 days ago

Definition

CopySerialized(Object)

This is used by the code generator when a custom control is using the UxmlElementAttribute.
public static object CopySerialized(object value)

Parameters

value

Returns

Type

Description

Object

CopySerialized<T>(Object)

This is used by the code generator when a custom control is using the UxmlElementAttribute.
public static T CopySerialized<T>(object value)

Parameters

value

Returns

Type

Description

T