Beispiel #1
0
        public virtual PxBase getSerializable()
        {
            global::System.IntPtr cPtr = physxPINVOKE.PxConstraintConnector_getSerializable(swigCPtr);
            PxBase ret = (cPtr == global::System.IntPtr.Zero) ? null : new PxBase(cPtr, false);

            return(ret);
        }
Beispiel #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(PxBase obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Beispiel #3
0
 public virtual void onRelease(PxBase observed, SWIGTYPE_p_void userData, PxDeletionEventFlag.Enum deletionEvent)
 {
     physxPINVOKE.PxDeletionListener_onRelease(swigCPtr, PxBase.getCPtr(observed), SWIGTYPE_p_void.getCPtr(userData), (int)deletionEvent);
 }