Esempio n. 1
0
 public byte isBitSet()
 {
     physx.PxBitAndBytePtr pvk_in_this = this;
     return(byte_const_PxBitAndBytePtr_isBitSetPtr(pvk_in_this));
 }
Esempio n. 2
0
 public void setBit()
 {
     physx.PxBitAndBytePtr pvk_in_this = this;
     void_PxBitAndBytePtr_setBitPtr(pvk_in_this);
 }
Esempio n. 3
0
 public void clearBit()
 {
     physx.PxBitAndBytePtr pvk_in_this = this;
     void_PxBitAndBytePtr_clearBitPtr(pvk_in_this);
 }
Esempio n. 4
0
 public static void Free(physx.PxBitAndBytePtr ptr)
 {
     Freer_physx_PxBitAndBytePtr(ptr);
 }
Esempio n. 5
0
 public static byte ToByte(physx.PxBitAndBytePtr lhs)
 {
     physx.PxBitAndBytePtr pvk_in_lhs = lhs;
     return(byte_const_PxBitAndBytePtr_operator_unsigned_charPtr_Conversion(pvk_in_lhs));
 }
 internal static extern void Freer_physx_PxBitAndBytePtr(physx.PxBitAndBytePtr ptr);
 internal static extern byte byte_const_PxBitAndBytePtr_isBitSetPtr(physx.PxBitAndBytePtr pvk_this);
 internal static extern void void_PxBitAndBytePtr_clearBitPtr(physx.PxBitAndBytePtr pvk_this);
 internal static extern byte byte_const_PxBitAndBytePtr_operator_unsigned_charPtr_Conversion(physx.PxBitAndBytePtr pvk_lhs);
Esempio n. 10
0
 internal static extern void PxHeightFieldSamplePtr_SET_materialIndex1(physx.PxHeightFieldSamplePtr cls, physx.PxBitAndBytePtr value);