Example #1
0
 public virtual void processShapes(SWIGTYPE_p_uint32_t count, PxActorShape actorShapePairs)
 {
     physxPINVOKE.PxVolumeCache_Iterator_processShapes(swigCPtr, SWIGTYPE_p_uint32_t.getCPtr(count), PxActorShape.getCPtr(actorShapePairs));
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PxActorShape obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
 void processShapes(PxU32 count, PxActorShape actorShapePairs)
 {
 }