コード例 #1
0
 public static KinectManager GetInstance() {
   if (manager == null) {
     manager = new KinectManager();
   }
   return manager;
 }