Click or drag to resize
PropertyFieldGetConversionFunc Property
Conversion function when getting the value to show in the inspector.

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> GetConversionFunc { get; set; }

Property Value

Type: FuncObject, Object
See Also