| PropertyField Class |
Namespace: Slash.Unity.Editor.Common.Inspectors
The PropertyField type exposes the following members.
| Name | Description | |
|---|---|---|
| PropertyField |
Creates a new wrapper for mono behaviour properties exposed in the Unity inspector.
|
| Name | Description | |
|---|---|---|
| GetConversionFunc |
Conversion function when getting the value to show in the inspector.
| |
| Name |
Name of the wrapped property to be shown in the inspector.
| |
| SetConversionFunc |
Conversion function when writing the value from the inspector back to the property.
| |
| Type |
Serialized type of the wrapped property.
|
| Name | Description | |
|---|---|---|
| GetPropertyType |
Returns the property type and the conversion functions to use when showing the value in the inspector and when
the value is written back to the property.
| |
| GetValue |
Returns the converted current property value.
| |
| SetValue |
Converts and sets the current property value.
|