| PropertyFieldSetConversionFunc Property |
Conversion function when writing the value from the inspector back to the property.
Namespace: Slash.Unity.Editor.Common.InspectorsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntax public Func<Object, Object> SetConversionFunc { get; set; }
Public Property SetConversionFunc As Func(Of Object, Object)
Get
Set
public:
property Func<Object^, Object^>^ SetConversionFunc {
Func<Object^, Object^>^ get ();
void set (Func<Object^, Object^>^ value);
}
member SetConversionFunc : Func<Object, Object> with get, set
Property Value
Type:
FuncObject,
ObjectSee Also