Exemple #1
0
 public SetGameObjectPtr(SetGameObjectPtr other) : this(SharpMochaPINVOKE.new_SetGameObjectPtr__SWIG_1(SetGameObjectPtr.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public SetGameObjectPtr GetAllocatedObjects()
        {
            global::System.IntPtr cPtr = SharpMochaPINVOKE.gameObjectSlotTable_GetAllocatedObjects(swigCPtr);
            SetGameObjectPtr      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SetGameObjectPtr(cPtr, false);

            return(ret);
        }
Exemple #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SetGameObjectPtr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }