 | PropertyFieldGetConversionFunc Property |
Conversion function when getting the value to show in the inspector.
Namespace: Slash.Unity.Editor.Common.InspectorsAssembly: Slash.Unity.Editor.Common (in Slash.Unity.Editor.Common.dll) Version: 0.0.0.0
Syntaxpublic Func<Object, Object> GetConversionFunc { get; set; }
Public Property GetConversionFunc As Func(Of Object, Object)
Get
Set
public:
property Func<Object^, Object^>^ GetConversionFunc {
Func<Object^, Object^>^ get ();
void set (Func<Object^, Object^>^ value);
}
member GetConversionFunc : Func<Object, Object> with get, set
Property Value
Type:
FuncObject,
Object
See Also