Summary
[Editor-Only] Various serialization utilities.
- Assembly
- UltEvents
.dll - Namespace
- UltEvents
.Editor - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["Serialization"]
class Type type-node
Syntax
public static class Serialization
Fields
| Name | Constant Value | Summary |
|---|---|---|
| ArrayDataPrefix | .Array.data[ |
The text used in a
SerializedProperty.propertyPath to denote array elements.static
|
| ArrayDataSuffix | ] |
The text used in a
SerializedProperty.propertyPath to denote array elements.static
|
| InstanceBindings | 52 |
Bindings for Public and Non-Public Instance members.
static
|
Methods
| Name | Value | Summary |
|---|---|---|
| GetFriendlyPath |
string |
Returns a user friendly version of the
SerializedProperty.propertyPath.static
|
| GetValue |
Object |
Gets the value of the specified
SerializedProperty.static
|