Пример #1
0
 public virtual void setClientBehaviorFlags(SWIGTYPE_p_physx__PxFlagsT_physx__PxActorClientBehaviorFlag__Enum_uint8_t_t arg0)
 {
     physxPINVOKE.PxActor_setClientBehaviorFlags(swigCPtr, SWIGTYPE_p_physx__PxFlagsT_physx__PxActorClientBehaviorFlag__Enum_uint8_t_t.getCPtr(arg0));
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_physx__PxFlagsT_physx__PxActorClientBehaviorFlag__Enum_uint8_t_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
        public virtual SWIGTYPE_p_physx__PxFlagsT_physx__PxActorClientBehaviorFlag__Enum_uint8_t_t getClientBehaviorFlags()
        {
            SWIGTYPE_p_physx__PxFlagsT_physx__PxActorClientBehaviorFlag__Enum_uint8_t_t ret = new SWIGTYPE_p_physx__PxFlagsT_physx__PxActorClientBehaviorFlag__Enum_uint8_t_t(physxPINVOKE.PxActor_getClientBehaviorFlags(swigCPtr), true);

            return(ret);
        }