java.lang.Object
physx.NativeObject
physx.particles.PxParticleRigidFilterPair
- Direct Known Subclasses:
PxParticleRigidAttachment
-
Nested Class Summary
Nested classes/interfaces inherited from class physx.NativeObject
NativeObject.Allocator<T> -
Field Summary
FieldsFields inherited from class physx.NativeObject
address, isExternallyAllocated, SIZEOF_BYTE, SIZEOF_DOUBLE, SIZEOF_FLOAT, SIZEOF_INT, SIZEOF_LONG, SIZEOF_POINTER, SIZEOF_SHORT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PxParticleRigidFilterPairarrayGet(long baseAddress, int index) static PxParticleRigidFilterPaircreateAt(long address) static <T> PxParticleRigidFilterPaircreateAt(T allocator, NativeObject.Allocator<T> allocate) longgetMID0()longgetMID1()voidsetMID0(long value) voidsetMID1(long value) static PxParticleRigidFilterPairwrapPointer(long address) Methods inherited from class physx.NativeObject
checkNotNull, equals, getAddress, hashCode
-
Field Details
-
SIZEOF
public static final int SIZEOF -
ALIGNOF
public static final int ALIGNOF- See Also:
-
-
Constructor Details
-
PxParticleRigidFilterPair
protected PxParticleRigidFilterPair(long address) -
PxParticleRigidFilterPair
public PxParticleRigidFilterPair()
-
-
Method Details
-
wrapPointer
-
arrayGet
-
createAt
- Parameters:
address- Pre-allocated memory, where the object is created.- Returns:
- Stack allocated object of PxParticleRigidFilterPair
-
createAt
public static <T> PxParticleRigidFilterPair createAt(T allocator, NativeObject.Allocator<T> allocate) - Type Parameters:
T- Allocator class, e.g. LWJGL's MemoryStack.- Parameters:
allocator- Object to use for allocation, e.g. an instance of LWJGL's MemoryStack.allocate- Method to call on allocator to obtain the target address, e.g. MemoryStack::nmalloc.- Returns:
- Stack allocated object of PxParticleRigidFilterPair
-
getMID0
public long getMID0()- Returns:
- WebIDL type: unsigned long long
-
setMID0
public void setMID0(long value) - Parameters:
value- WebIDL type: unsigned long long
-
getMID1
public long getMID1()- Returns:
- WebIDL type: unsigned long long
-
setMID1
public void setMID1(long value) - Parameters:
value- WebIDL type: unsigned long long
-