Click or drag to resize
PropertyFieldSetConversionFunc Property
Conversion function when writing the value from the inspector back to the property.

Namespace: Slash.Unity.Editor.Common.Inspectors
Assembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax
public Func<Object, Object> SetConversionFunc { get; set; }

Property Value

Type: FuncObject, Object
See Also