コード例 #1
0
 public static void Register()
 {
     Unity_wrap.Register();
     UnityUI_wrap.Register();
     AutoClass_wrap.Register();
 }
コード例 #2
0
 public static void Register(long VM)
 {
     Unity_wrap.Register(VM);
     UnityUI_wrap.Register(VM);
     AutoClass_wrap.Register(VM);
 }