Hi there. here is a tricky one
I am using reflection which leads down to MethodInfo and I want to get that exact method as a Function object considering I’m working in UnityScript. Now I don’t see any relevant property or function on the MethodInfo MSDN documentation.
Is that at all possible?
Thanks