java.lang.Object
physx.NativeObject
physx.particles.PxGpuParticleSystem
-
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 PxGpuParticleSystemarrayGet(long baseAddress, int index) voiddestroy()intvoidsetMCollisionIndex(PxU32Ptr value) voidvoidsetMSortedPhaseArray(PxU32Ptr value) voidvoidsetMUnsortedPhaseArray(PxU32Ptr value) voidstatic PxGpuParticleSystemwrapPointer(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
-
PxGpuParticleSystem
protected PxGpuParticleSystem() -
PxGpuParticleSystem
protected PxGpuParticleSystem(long address)
-
-
Method Details
-
wrapPointer
-
arrayGet
-
destroy
public void destroy() -
getMUnsortedPhaseArray
- Returns:
- WebIDL type:
PxU32Ptr[Value]
-
setMUnsortedPhaseArray
- Parameters:
value- WebIDL type:PxU32Ptr[Value]
-
getMSortedPhaseArray
- Returns:
- WebIDL type:
PxU32Ptr[Value]
-
setMSortedPhaseArray
- Parameters:
value- WebIDL type:PxU32Ptr[Value]
-
getMUnsortedToSortedMapping
- Returns:
- WebIDL type:
PxU32Ptr[Value]
-
setMUnsortedToSortedMapping
- Parameters:
value- WebIDL type:PxU32Ptr[Value]
-
getMSortedToUnsortedMapping
- Returns:
- WebIDL type:
PxU32Ptr[Value]
-
setMSortedToUnsortedMapping
- Parameters:
value- WebIDL type:PxU32Ptr[Value]
-
getMParticleSelfCollisionCount
- Returns:
- WebIDL type:
PxU32Ptr[Value]
-
setMParticleSelfCollisionCount
- Parameters:
value- WebIDL type:PxU32Ptr[Value]
-
getMCollisionIndex
- Returns:
- WebIDL type:
PxU32Ptr[Value]
-
setMCollisionIndex
- Parameters:
value- WebIDL type:PxU32Ptr[Value]
-
getNumCells
public int getNumCells()- Returns:
- WebIDL type: unsigned long
-