示例#1
0
 // Start is called before the first frame update
 void Start()
 {
     test0 = new Test();
     func  = Functor.Wrap(test0.Say, "hello world!");
 }