static void InvokeWithWarning( System.Action action )

Summary

Call an action, swallow any exceptions with a warning

static void InvokeWithWarning( System.Action<T> action, T arg0 )

static void InvokeWithWarning( System.Action<T1, T2> action, T1 arg0, T2 arg1 )

people
Log in to reply
You can't reply if you're not logged in. That would be crazy.