예제 #1
0
파일: Context.cs 프로젝트: orthez/openrave
 protected override void Destroy()
 {
     ORCDestroy();
     thisContext = null;
 }
예제 #2
0
파일: Context.cs 프로젝트: orthez/openrave
 public static Context Create(DebugLevel level)
 {
     if(thisContext == null) thisContext = new Context(level);
     return thisContext;
 }