Example #1
0
 public PxClothFabricPhase(PxClothFabricPhaseType.Enum type, SWIGTYPE_p_uint32_t index) : this(physxPINVOKE.new_PxClothFabricPhase__SWIG_0((int)type, SWIGTYPE_p_uint32_t.getCPtr(index)), true)
 {
     if (physxPINVOKE.SWIGPendingException.Pending)
     {
         throw physxPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public PxClothFabricPhase(PxClothFabricPhaseType.Enum type) : this(physxPINVOKE.new_PxClothFabricPhase__SWIG_1((int)type), true)
 {
 }