in javascript you can do this
cat=function(){};
is there a way to declare function inline using unity?
Or an alternative?
The reason is I want to use this with the unify script ExpandoObject to do something like this
cat=new ExpandoObject()
cat.meow=function(){dosomething}
Thanks,
Dan