public void SetRange(int index, GameObjectVector values)
 {
     SharpMochaPINVOKE.GameObjectVector_SetRange(swigCPtr, index, GameObjectVector.getCPtr(values));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void SetSelectedObjects(GameObjectVector objs)
 {
     SharpMochaPINVOKE.EditorSubsystem_SetSelectedObjects(swigCPtr, GameObjectVector.getCPtr(objs));
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public GameObjectVector(GameObjectVector other) : this(SharpMochaPINVOKE.new_GameObjectVector__SWIG_1(GameObjectVector.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }