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
- Type: Method
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
CopySerialized(Object)
This is used by the code generator when a custom control is using the UxmlElementAttribute.
public static object CopySerialized(object value)
Parameters
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
Returns
Type | Description |
|---|---|
| T |