Class SerializedPropertyExtensions
Namespace: UnityEditor.AddressableAssets.GUI
Syntax
public static class SerializedPropertyExtensions
Methods
GetActualObjectForSerializedProperty<T>(SerializedProperty, FieldInfo, ref String)
Declaration
public static T GetActualObjectForSerializedProperty<T>(this SerializedProperty property, FieldInfo field, ref string label)
Parameters
| Type | Name | Description |
|---|---|---|
| SerializedProperty | property | |
| FieldInfo | field | |
| String | label |
Returns
| Type | Description |
|---|---|
| T |
Type Parameters
| Name | Description |
|---|---|
| T |