Class MethodEvaluator
Inheritance
MethodEvaluator
Assembly: UnityEditor.dll
Syntax
public static class MethodEvaluator
Methods
|
Improve this Doc
View Source
Eval(String, String, String, Type[], Object[])
Declaration
public static object Eval(string assemblyFile, string typeName, string methodName, Type[] paramTypes, object[] args)
Parameters
Returns
|
Improve this Doc
View Source
ExecuteExternalCode(String)
Declaration
public static object ExecuteExternalCode(string parcel)
Parameters
Type |
Name |
Description |
String |
parcel |
|
Returns