| | |
| | | appdomain.DelegateManager.RegisterFunctionDelegate<int, bool>(); |
| | | appdomain.DelegateManager.RegisterFunctionDelegate<System.Int32, System.Int32, System.Int32>(); |
| | | appdomain.DelegateManager.RegisterFunctionDelegate<ILRuntime.Runtime.Intepreter.ILTypeInstance, ILRuntime.Runtime.Intepreter.ILTypeInstance, System.Int32>(); |
| | | appdomain.DelegateManager.RegisterFunctionDelegate<ILRuntime.Runtime.Intepreter.ILTypeInstance, System.Boolean>(); |
| | | |
| | | |
| | | appdomain.DelegateManager.RegisterDelegateConvertor<System.Predicate<ILRuntime.Runtime.Intepreter.ILTypeInstance>>((act) => |
| | | { |
| | | return new System.Predicate<ILRuntime.Runtime.Intepreter.ILTypeInstance>((obj) => |
| | | { |
| | | return ((Func<ILRuntime.Runtime.Intepreter.ILTypeInstance, System.Boolean>)act)(obj); |
| | | }); |
| | | }); |
| | | |
| | | |
| | | //DG.Tweening |
| | | appdomain.DelegateManager.RegisterDelegateConvertor<DG.Tweening.TweenCallback<System.Int32>>((act) => |