摘要:
class Test { delegate K proxy(T t, K k); //泛型委托,注意返回值的写法,返回值的类型K先于其声明proxy中的K,这是C#底层的事 public static void Main() { proxy pxy = varCat; proxy pa... 阅读全文
摘要:
using System;using System.Collections.Generic; using System.Linq; namespace ConsoleApplication1d { class CTX { public int id = 10; public string name = "rich"; public int ... 阅读全文
摘要:
Body Transform The Body Transform is the mass center of the character. It is used in Mecanim’s retargeting engine and provides the most stable displac 阅读全文